Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
FrancescoMussi authored Jan 29, 2018
1 parent 281c847 commit 66533c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ If you're looking for v1 check this [branch](https://github.com/apertureless/vue

## Install

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

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

Expand Down

0 comments on commit 66533c0

Please sign in to comment.