Skip to content

Commit 66533c0

Browse files
Update README.md
Just Adding the npm install in the docs. To avoid people to have to search trough the issues to see for the exact line for npm install.
1 parent 281c847 commit 66533c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

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

3434
## Install
3535

36-
Simply run `yarn add vue-chartjs chart.js`
36+
Yarn install: `yarn add vue-chartjs chart.js`
37+
Npm install: `npm install vue-chartjs chartjs --save`
3738

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

0 commit comments

Comments
 (0)