Skip to content

Commit 84f2934

Browse files
authored
Merge pull request #301 from satoved/patch-1
Missing dot in NPM dependencies in README
2 parents 3907c5a + ee5be86 commit 84f2934

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)