This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git

commit c6cae6ba5795e3bc106783ccdaefe2e1c6075976
Author: SHUANG SU <sushuang0...@gmail.com>
AuthorDate: Mon Sep 23 03:59:31 2019 +0800

    fix: readme about build instructions.
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index e4bc744..8398843 100644
--- a/README.md
+++ b/README.md
@@ -16,9 +16,9 @@
 Dev:
 ```shell
 # should put <https://github.com/ecomfe/echarts-examples> on the same folder 
with echarts-doc
-node watch.js dev
+node watch.js --env dev
 # or
-node build.js dev
+node build.js --env dev
 
 # Run a static server (optional)
 node server.js


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to