diff --git a/README.md b/README.md index 9c37bc313a82..e3a9549f0e58 100644 --- a/README.md +++ b/README.md @@ -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: