From 92e060c2fd3f31daca40e9c9ee7f0e6a0e3396f3 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Thu, 19 Jan 2017 18:52:31 +0800 Subject: [PATCH] update README: npm script --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 823ea9d..93421c2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -217,14 +217,14 @@ xhr.send(null); ``` $ npm install -$ npm run start +$ npm run dev ``` ## Make a release ``` $ npm install -$ npm run test +$ npm run build ``` ## Related Projects