Skip to content

Commit

Permalink
Readme move
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Jan 31, 2022
1 parent 3533021 commit e8ac900
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# 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)
## Due to organisation name change, the project has been moved [here](https://github.com/s2gprotocol/borsh-ts)

**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 All @@ -14,11 +10,11 @@ With this imlementation on can generate serialization/deserialization Schemas us
## Installation

```
npm install @westake/borsh
npm install @s2g/borsh
```
or
```
yarn add @westake/borsh
yarn add @s2g/borsh
```


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@westake/borsh",
"version": "1.0.1",
"version": "1.0.2",
"readme": "README.md",
"homepage": "https://github.com/westake/borsh-ts#README",
"description": "Binary Object Representation Serializer for Hashing",
Expand Down

0 comments on commit e8ac900

Please sign in to comment.