From 66533c09a9a429d8f83d4f81269ed434001fcf02 Mon Sep 17 00:00:00 2001 From: Francesco Mussi Date: Mon, 29 Jan 2018 15:37:42 +0200 Subject: [PATCH 1/2] 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. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0f34f54..45598a90 100644 --- a/README.md +++ b/README.md @@ -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 From 2274cfab225c43d272f1cf5cfe134e1733d82bdd Mon Sep 17 00:00:00 2001 From: Francesco Mussi Date: Mon, 29 Jan 2018 17:47:13 +0200 Subject: [PATCH 2/2] Update README.md Added line break --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 45598a90..1983aa77 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ If you're looking for v1 check this [branch](https://github.com/apertureless/vue ## Install 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