Skip to content

Commit c72fa85

Browse files
committed
Readme badge updates
1 parent 0634ae6 commit c72fa85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MessagePack for JavaScript/ECMA-262 <!-- omit in toc -->
22

3-
[![npm version](https://img.shields.io/npm/v/@msgpack/msgpack.svg)](https://www.npmjs.com/package/@msgpack/msgpack) ![CI](https://github.com/msgpack/msgpack-javascript/workflows/CI/badge.svg) [![codecov](https://codecov.io/gh/msgpack/msgpack-javascript/branch/master/graphs/badge.svg)](https://codecov.io/gh/msgpack/msgpack-javascript) [![minzip](https://badgen.net/bundlephobia/minzip/@msgpack/msgpack)](https://bundlephobia.com/result?p=@msgpack/msgpack) [![tree-shaking](https://badgen.net/bundlephobia/tree-shaking/@msgpack/msgpack)](https://bundlephobia.com/result?p=@msgpack/msgpack)
3+
[![npm version](https://img.shields.io/npm/v/algorand-msgpack.svg)](https://www.npmjs.com/package/algorand-msgpack) ![CI](https://github.com/algorand/msgpack-javascript/workflows/CI/badge.svg) [![codecov](https://codecov.io/gh/algorand/msgpack-javascript/branch/master/graphs/badge.svg)](https://codecov.io/gh/algorand/msgpack-javascript) [![minzip](https://badgen.net/bundlephobia/minzip/algorand-msgpack)](https://bundlephobia.com/result?p=algorand-msgpack) [![tree-shaking](https://badgen.net/bundlephobia/tree-shaking/algorand-msgpack)](https://bundlephobia.com/result?p=algorand-msgpack)
44

55
> NOTE: This library is a fork of [msgpack/msgpack-javascript](https://github.com/msgpack/msgpack-javascript), with the following changes:
66
>
@@ -9,6 +9,8 @@
99
> - Number and binary map key support with Maps.
1010
>
1111
> The exact changes can be viewed [in this comparison](https://github.com/msgpack/msgpack-javascript/compare/1fc7622...algorand:msgpack-javascript:main).
12+
>
13+
> You may install this forked library with `npm i algorand-msgpack`.
1214
1315
This library is an implementation of **MessagePack** for TypeScript and JavaScript, providing a compact and efficient binary serialization format. Learn more about MessagePack at:
1416

0 commit comments

Comments
 (0)