diff --git a/README.md b/README.md
index cd895745..d444e232 100644
--- a/README.md
+++ b/README.md
@@ -31,20 +31,21 @@ Why do we need yet another serialization format? Borsh is the first serializer t
## Implementations
-| Platform | Repository | Latest Release |
-| --------------------------------- | -------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
-| Rust | [borsh-rs](https://github.com/near/borsh-rs) |
|
-| TypeScript, JavaScript | [borsh-js](https://github.com/near/borsh-js) |
|
-| TypeScript | [borsh-ts](https://github.com/dao-xyz/borsh-ts) |
|
-| Java, Kotlin, Scala, Clojure, etc | [borshj](https://github.com/near/borshj) | |
-| Go | [borsh-go](https://github.com/near/borsh-go) |
|
-| Python | [borsh-construct-py](https://github.com/near/borsh-construct-py) |
|
-| Assemblyscript | [borsh-as](https://github.com/gagdiez/serial-as/tree/main/borsh) |
|
-| C# | [Hexarc.Borsh](https://github.com/hexarc-software/hexarc-borsh) |
|
-| C++ | [borsh-cpp](https://github.com/Stolkerve/borsh-cpp) | *(work-in-progress)* |
-| C++20 | [borsh-cpp20](https://github.com/israelidanny/borsh-cpp20) | *(work-in-progress)* |
-| Elixir | [borsh-ex](https://github.com/alexfilatov/borsh) |
|
-| Ruby | [borsh.rb](https://github.com/dryruby/borsh.rb) |
|
+| Platform | Repository | Latest Release |
+|-----------------------------------|------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| Rust | [borsh-rs](https://github.com/near/borsh-rs) |
|
+| TypeScript | [zorsh](https://github.com/r-near/zorsh) |
|
+| TypeScript, JavaScript | [borsh-js](https://github.com/near/borsh-js) |
|
+| TypeScript | [borsh-ts](https://github.com/dao-xyz/borsh-ts) |
|
+| Java, Kotlin, Scala, Clojure, etc | [borshj](https://github.com/near/borshj) | |
+| Go | [borsh-go](https://github.com/near/borsh-go) |
|
+| Python | [borsh-construct-py](https://github.com/near/borsh-construct-py) |
|
+| Assemblyscript | [borsh-as](https://github.com/gagdiez/serial-as/tree/main/borsh) |
|
+| C# | [Hexarc.Borsh](https://github.com/hexarc-software/hexarc-borsh) |
|
+| C++ | [borsh-cpp](https://github.com/Stolkerve/borsh-cpp) | *(work-in-progress)* |
+| C++20 | [borsh-cpp20](https://github.com/israelidanny/borsh-cpp20) | *(work-in-progress)* |
+| Elixir | [borsh-ex](https://github.com/alexfilatov/borsh) |
|
+| Ruby | [borsh.rb](https://github.com/dryruby/borsh.rb) |
|
## Benchmarks