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