Browse Source

Merge pull request #91 from juzhiyuan/patch-1

fix: update clone URL in README
master
SmallStone 4 years ago
committed by GitHub
parent
commit
3da1746b8c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.en-US.md
  2. 2
      README.md

4
README.en-US.md

@ -30,7 +30,9 @@
Download this project, install dependencies and start the project. Download this project, install dependencies and start the project.
```bash ```bash
$ git clone https://github.com/imgcook/imove.git $ git clone https://github.com/ykfe/imove.git
$ cd imove
$ npm install
$ npm run example $ npm run example
``` ```
<!-- markdown-link-check-disable --> <!-- markdown-link-check-disable -->

2
README.md

@ -38,7 +38,7 @@
下载仓库,安装并启动 下载仓库,安装并启动
```bash ```bash
$ git clone git@github.com:imgcook/imove.git $ git clone https://github.com/ykfe/imove.git
$ cd imove $ cd imove
$ npm install $ npm install
$ npm run example $ npm run example

Loading…
Cancel
Save