From e8ac900c2d2ecf8db5501fec0839ae95aa305939 Mon Sep 17 00:00:00 2001 From: Marcus Pousette Date: Mon, 31 Jan 2022 08:43:52 +0100 Subject: [PATCH] Readme move --- README.md | 10 +++------- package.json | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8a9882a0..32a44744 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 ``` diff --git a/package.json b/package.json index 78d37341..ff231dc5 100644 --- a/package.json +++ b/package.json @@ -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",