Skip to content

Commit 87fb357

Browse files
authored
Merge pull request #73 from mika76/patch-1
Removed -s flag from yarn command in docs
2 parents 8c67077 + 0f697a2 commit 87fb357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ It abstracts the basic logic but exposes the chart.js object to give you the mos
1313
## Installation
1414
If you are working with Vue.js 2+ simple run:
1515

16-
`yarn add vue-chartjs -S`
16+
`yarn add vue-chartjs`
1717

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

20-
`yarn add vue-chartjs@legacy -S`
20+
`yarn add vue-chartjs@legacy`
2121

2222
## Quick Start
2323

0 commit comments

Comments
 (0)