From 20c1099e2cedd200646237667d759d429a1481a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rard=20Mathiuet?= Date: Sat, 14 Jul 2018 14:30:28 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20typo:=20on=20=E2=86=92=20one?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guide/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 9b3eb1047f..e837abb412 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -9,7 +9,7 @@ If you have the previous `vue-cli` (1.x or 2.x) package installed globally, you Vue CLI requires [Node.js](https://nodejs.org/) version 8.9 or above (8.11.0+ recommended). You can manage multiple versions of Node on the same machine with [nvm](https://github.com/creationix/nvm) or [nvm-windows](https://github.com/coreybutler/nvm-windows). ::: -To install the new package, use on of those commands: +To install the new package, use one of those commands: ``` bash npm install -g @vue/cli