Skip to content

Commit ee5be86

Browse files
authored
Missing dot in NPM dependencies
Either this is a typo or another type of error, the package doesn't work with "chartjs" dependency, it needs "chart.js".
1 parent 3907c5a commit ee5be86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you're looking for v1 check this [branch](https://github.com/apertureless/vue
3535

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

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

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

0 commit comments

Comments
 (0)