Skip to content

Commit

Permalink
Missing dot in NPM dependencies
Browse files Browse the repository at this point in the history
Either this is a typo or another type of error, the package doesn't work with "chartjs" dependency, it needs "chart.js".
  • Loading branch information
satoved authored Jan 30, 2018
1 parent 3907c5a commit ee5be86
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 @@ -35,7 +35,7 @@ If you're looking for v1 check this [branch](https://github.com/apertureless/vue

Yarn install: `yarn add vue-chartjs chart.js`

Npm install: `npm install vue-chartjs chartjs --save`
Npm install: `npm install vue-chartjs chart.js --save`

Or if you want to use it directly in the browser add

Expand Down

0 comments on commit ee5be86

Please sign in to comment.