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 ```