From e5b6e2117c9693c11bf88a3005bcd081b1c33518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AF=8C=E7=94=B0?= Date: Fri, 7 Feb 2020 16:02:26 +0900 Subject: [PATCH] Update README yarn command: `install` has been replaced with `add` to add new dependencies. Run "yarn add vuex-electron" instead. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 591307a..a0a8dbf 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Installation of the Vuex Electron easy as 1-2-3. 1. Install package with using of [yarn](https://github.com/yarnpkg/yarn) or [npm](https://github.com/npm/cli): ``` - yarn install vuex-electron + yarn add vuex-electron ``` or