chore(readme): fix typo

This commit is contained in:
Ariel 2023-11-24 21:36:24 +08:00 committed by GitHub
parent 67134dc4ca
commit 919df1fd53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -17,10 +17,11 @@ An instance is deployed at https://nanomap.vercel.app<nothing>. You can also cli
_Please install the latest version of [Node.js](https://nodejs.org) and [npmJS](https://www.npmjs.com) first._ _Please install the latest version of [Node.js](https://nodejs.org) and [npmJS](https://www.npmjs.com) first._
Just two line of script: Just four line of script:
```shell ```shell
git clone "https://github.com/arielherself/nanomap-frontend" nanomap && git clone "https://github.com/arielherself/nanomap-frontend" nanomap &&
cd nanomap &&
npm install && npm install &&
npm start npm start
``` ```