Skip to content

Commit

Permalink
Lazy Import: Fix installation typo
Browse files Browse the repository at this point in the history
Copy paste error 馃槄
  • Loading branch information
aduth committed May 27, 2020
1 parent 2f1a5e7 commit e66d6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lazy-import/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Import an NPM module, even if not installed locally or defined as a dependency o
Install the module

```bash
npm install @wordpress/list-reusable-blocks --save
npm install @wordpress/lazy-import --save
```

_This package assumes that your code will run in an **ES2015+** environment. If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. Learn more about it in [Babel docs](https://babeljs.io/docs/en/next/caveats)._
Expand Down

0 comments on commit e66d6da

Please sign in to comment.