Skip to content

Commit aa304c4

Browse files
committed
fix doc to indicate it is ECMA-262 compatible, independent from NodeJS
1 parent 693b96c commit aa304c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MessagePack for JavaScript [![npm version](https://badge.fury.io/js/%40msgpack%2Fmsgpack.svg)](https://badge.fury.io/js/%40msgpack%2Fmsgpack) [![Build Status](https://travis-ci.org/msgpack/msgpack-javascript.svg?branch=master)](https://travis-ci.org/msgpack/msgpack-javascript) [![codecov](https://codecov.io/gh/msgpack/msgpack-javascript/branch/master/graph/badge.svg)](https://codecov.io/gh/msgpack/msgpack-javascript)
22

3-
This is the pure-JavaScript implementation of **MessagePack**, an efficient binary serilization format:
3+
This is a JavaScript/ECMA-262 implementation of **MessagePack**, an efficient binary serilization format:
44

55
https://msgpack.org/
66

0 commit comments

Comments
 (0)