Skip to content

Commit

Permalink
Merge pull request apertureless#301 from satoved/patch-1
Browse files Browse the repository at this point in the history
Missing dot in NPM dependencies in README
  • Loading branch information
apertureless authored Jan 30, 2018
2 parents 3907c5a + ee5be86 commit 84f2934
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 84f2934

Please sign in to comment.