Skip to content

Commit

Permalink
Merge pull request zloirock#535 from repinel/repinel-fix-typo
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
zloirock committed Apr 26, 2019
2 parents 2eb6e7e + bf6972c commit 13c6d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ npm install --save core-js-bundle@3.0.1
Already bundled version of `core-js` [on CDN](https://unpkg.com/core-js-bundle@3.0.1) ([minified version](https://unpkg.com/core-js-bundle@3.0.1/minified.js)).

### CommonJS API
You can import only reqired for you polyfills, like in examples at the top of `README.md`. Available CommonJS entry points for all polyfilled methods / constructors and namespaces. Just some examples:
You can import only required for you polyfills, like in examples at the top of `README.md`. Available CommonJS entry points for all polyfilled methods / constructors and namespaces. Just some examples:

```js
// polyfill all `core-js` features:
Expand Down

0 comments on commit 13c6d41

Please sign in to comment.