fix README: npm script

This commit is contained in:
DIYgod 2016-11-28 15:06:56 +08:00
parent e20940d08a
commit 33cd32ff5a
No known key found for this signature in database
GPG Key ID: F8797DD1088C6506
1 changed files with 2 additions and 2 deletions

View File

@ -217,14 +217,14 @@ xhr.send(null);
```
$ npm install
$ npm run dev
$ npm run start
```
## Make a release
```
$ npm install
$ npm run build
$ npm run test
```
## Related Projects