Skip to content

Commit a928f1a

Browse files
committed
tweak readme
1 parent f9b9913 commit a928f1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A simple CLI for scaffolding Vue.js projects.
44

55
### Installation
66

7-
Prerequisites: [Node.js](https://nodejs.org/en/) (>=4.x, 5.x preferred) and [Git](https://git-scm.com/).
7+
Prerequisites: [Node.js](https://nodejs.org/en/) (>=4.x, 6.x preferred) and [Git](https://git-scm.com/).
88

99
``` bash
1010
$ npm install -g vue-cli
@@ -201,7 +201,7 @@ The format needed for a specific official template is:
201201
vue init <template-name>#<branch-name> <project-name>
202202
```
203203

204-
Example:
204+
Example:
205205

206206
Installing the [`1.0` branch](https://github.com/vuejs-templates/webpack-simple/tree/1.0) of the webpack-simple vue template:
207207

0 commit comments

Comments
 (0)