From 0f697a2bc5e870395e6c1ce8105e857be7f213ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mladen=20Mihajlovi=C4=87?= Date: Wed, 22 Mar 2017 07:03:48 +0200 Subject: [PATCH] Removed -s flag from yarn command There is no -s flag (https://github.com/yarnpkg/yarn/issues/2532) --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index d2db5057..b4421110 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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