Skip to content

Commit

Permalink
Merge pull request #165 from mikeybeck/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
apertureless authored Aug 7, 2017
2 parents 0fbdcc1 + 703a91d commit 4bf4f57
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 @@ -66,7 +66,7 @@ You can use `vue-chartjs` directly in the browser without any build setup. Like

If you're using Gulp, Browserify or Webpack 1 the entry is `vue-chartjs.js` which is __transpiled__ and __bundled__ UMD Module.

However Vue.js and Chart.js are `deerDependencies` so you have to install them seperately. In most projects you will have `Vue.js` already installed anyways. This way, you can have different versions of Vue.js and Chart.js then in this package.
However Vue.js and Chart.js are `peerDependencies` so you have to install them separately. In most projects you will have `Vue.js` already installed anyways. This way, you can have different versions of Vue.js and Chart.js then in this package.

### Webpack 2
If you're using Webpack 2 it will automatically use the `jsnext:main` / `module` entry point. Which is `es/index.js`
Expand Down

0 comments on commit 4bf4f57

Please sign in to comment.