Skip to content

Commit

Permalink
Fix typo on readme.md
Browse files Browse the repository at this point in the history
`three shaking` > `tree shaking`
  • Loading branch information
Beomi authored Dec 1, 2017
1 parent b0ad387 commit 1902bf0
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 @@ -76,7 +76,7 @@ However Chart.js is a `peerDependencies` so you have to install it separately. I

### Webpack 2
If you're using Webpack 2 it will automatically use the `jsnext:main` / `module` entry point. Which is `es/index.js`
It is a __transpiled__ es version of the source. And is not __bundled__ to a module. This way you three shaking will work. Like in the bundled version, `Chart.js` is a `peerDependencies` and need to be installed.
It is a __transpiled__ es version of the source. And is not __bundled__ to a module. This way you tree shaking will work. Like in the bundled version, `Chart.js` is a `peerDependencies` and need to be installed.


## How to use
Expand Down

0 comments on commit 1902bf0

Please sign in to comment.