Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Jan 31, 2022
1 parent e13a93f commit f748fea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## Due to organisation name change, the project has been moved [here](https://github.com/s2gprotocol/borsh-ts)
# Borsh TS
[![Project license](https://img.shields.io/badge/license-Apache2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Project license](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![NPM version](https://img.shields.io/npm/v/@westake/borsh.svg?style=flat-square)](https://npmjs.com/@westake/borsh)
[![Size on NPM](https://img.shields.io/bundlephobia/minzip/@westake/borsh.svg?style=flat-square)](https://npmjs.com/@westake/borsh)

**Borsh TS** is *unofficial* implementation of the [Borsh] binary serialization format for TypeScript projects. The motivation behind this library is to provide more convinient methods using field and class decorators.

Expand Down

0 comments on commit f748fea

Please sign in to comment.