From 15712e7aaf4ea4bc5e5b2a2ac346d1461d6362f2 Mon Sep 17 00:00:00 2001 From: smallstonesk <575913857@qq.com> Date: Fri, 12 Mar 2021 15:52:12 +0800 Subject: [PATCH] chore: update readme --- README.en-US.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.en-US.md b/README.en-US.md index 7a44f58..73b8ee3 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -31,9 +31,9 @@ Download this project, install dependencies and start the project. ```bash $ git clone https://github.com/ykfe/imove.git -$ cd imove +$ cd imove/example $ npm install -$ npm run example +$ npm start ``` Open http://localhost:8000/ and you can see the online effect. diff --git a/README.md b/README.md index 036d3c5..3b84cb0 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,9 @@ ```bash $ git clone https://github.com/ykfe/imove.git -$ cd imove +$ cd imove/example $ npm install -$ npm run example +$ npm start ```