From 13af5b4303d46a59b336f8c8c43e7e947daadce3 Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Mon, 8 Feb 2021 13:11:09 -0300 Subject: [PATCH] docs(README): Updated the link to borsh-go repository --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 045285ce..49882e79 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,10 @@ Why do we need yet another serialization format? Borsh is the first serializer t | Platform | Repository | Latest Release | | --------------------------------- | -------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | -| Rust | [borsh-rs](https://github.com/near/borsh-rs) | Crates.io version | -| TypeScript, JavaScript | [borsh-js](https://github.com/near/borsh-js) | npm | +| Rust | [borsh-rs](https://github.com/near/borsh-rs) | Latest released version | +| TypeScript, JavaScript | [borsh-js](https://github.com/near/borsh-js) | Latest released version | | Java, Kotlin, Scala, Clojure, etc | [borshj](https://github.com/near/borshj) | | -| Go | [borsh-go](https://github.com/ouromoros/borsh-go) | Beta | +| Go | [borsh-go](https://github.com/near/borsh-go) | Latest released version | | Python | [borsh-py](https://github.com/near/borsh-py) | Work-in-progress | ## Benchmarks