diff --git a/README.md b/README.md index dcd9fa15..be3aed99 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ The [Official ECMAScript Conformance Test Suite](https://github.com/tc39/test262
- For non-ISO calendars to work, requirements are higher: + For non-ISO/gregory calendars to work, requirements are higher: @@ -217,9 +217,9 @@ Node.js is always 14 because the test-runner doesn't work with lower ## BigInt Considerations -This polyfill *does not depend on [BigInt](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) support*. Internally, no operations leverage BigInt arithmetics. :thumbsup: +This polyfill does NOT depend on [BigInt](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) support. Internally, no operations leverage BigInt arithmetics. :thumbsup: -However, *if you plan to use methods that accepting/emitting BigInts*, your environment must support it. Alternatively, you can avoid using these methods altogether. [There's a cheatsheet](https://gist.github.com/arshaw/1ef4bf945d68654b86cef2dd8471c48f) to help you. +However, if you plan to use methods that accepting/emitting BigInts, your environment must support it. Alternatively, you can avoid using these methods altogether. [There's a cheatsheet](https://gist.github.com/arshaw/1ef4bf945d68654b86cef2dd8471c48f) to help you. ## Tree-shakable API