Skip to content

Commit a66433b

Browse files
committed
doc
1 parent d72a888 commit a66433b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ The following table shows how JavaScript values are mapped to [MessagePack forma
335335

336336
Source Value|MessagePack Format|Value Decoded
337337
----|----|----
338-
null, undefined|nil format family|null (*1)
338+
null, undefined|nil|null (*1)
339339
boolean (true, false)|bool format family|boolean (true, false)
340340
number (53-bit int)|int format family|number (53-bit int)
341341
number (64-bit float)|float format family|number (64-bit float)
@@ -362,7 +362,9 @@ This is a universal JavaScript library that supports major browsers and NodeJS.
362362
* Async iterations (ES2018)
363363
* Features added in ES2015-ES2018
364364

365-
ES2018 standard library used in this library can be polyfilled. For example, [core-js](https://github.com/zloirock/core-js) is used as polyfills to run tests on IE11, which has only ES5 language features.
365+
ES2018 standard library used in this library can be polyfilled with [core-js](https://github.com/zloirock/core-js) .
366+
367+
If you support IE11, bundle `core-js` in your application, as this library does in testing for browsers .
366368

367369
### NodeJS
368370

0 commit comments

Comments
 (0)