Skip to content

Commit

Permalink
Merge pull request #73 from mika76/patch-1
Browse files Browse the repository at this point in the history
Removed -s flag from yarn command in docs
  • Loading branch information
apertureless committed Mar 22, 2017
2 parents 8c67077 + 0f697a2 commit 87fb357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ It abstracts the basic logic but exposes the chart.js object to give you the mos
## Installation
If you are working with Vue.js 2+ simple run:

`yarn add vue-chartjs -S`
`yarn add vue-chartjs`

If you are using vue 1.x please use the `legacy` tag. However the vue 1 version is not maintained anymore.

`yarn add vue-chartjs@legacy -S`
`yarn add vue-chartjs@legacy`

## Quick Start

Expand Down

0 comments on commit 87fb357

Please sign in to comment.