Skip to content

Commit 835eaff

Browse files
committed
readme
1 parent c914596 commit 835eaff

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is a JavaScript/ECMA-262 implementation of **MessagePack**, an efficient bi
88

99
https://msgpack.org/
1010

11-
This library is compatible with the "August 2017" revision of MessagePack specification at the point where timestamp ext was added.
11+
This library is a universal JavaScript, which suppors both browsers and NodeJS. In addition, because it is implemented in TypeScript, type definition files (`d.ts`) are bundled in the distribution.
1212

1313
## Synopsis
1414

@@ -229,7 +229,15 @@ deepStrictEqual(decoded, instant);
229229

230230
This will be default once the temporal module is standardizied, which is not a near-future, though.
231231

232-
## MessagePack Mapping Table
232+
## MessagePack Specification
233+
234+
This library is compatible with the "August 2017" revision of MessagePack specification at the point where timestamp ext was added.
235+
236+
The specification is here:
237+
238+
https://github.com/msgpack/msgpack
239+
240+
### MessagePack Mapping Table
233241

234242
The following table shows how JavaScript values are mapped to [MessagePack formats](https://github.com/msgpack/msgpack/blob/master/spec.md) and vice versa.
235243

0 commit comments

Comments
 (0)