From b7cea6d320a4b41f4bf6f3d69f462485f6e4909b Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Tue, 12 Mar 2019 21:25:10 +0800 Subject: [PATCH] fixed Issue #1 --- README-zh.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-zh.md b/README-zh.md index 7223aafd..b6551af1 100644 --- a/README-zh.md +++ b/README-zh.md @@ -36,7 +36,7 @@ python manage.py run_all ```bash # 运行前端 cd frontend -npm run dev +npm run serve ``` ## 截图 diff --git a/README.md b/README.md index bffad3eb..4427d1b5 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ python manage.py run_all ```bash # run frontend client cd frontend -npm run dev +npm run serve ``` ## Screenshot