Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2019-08-13 23:30:03 +0300
committerMark Otto <otto@github.com>2019-08-15 05:40:55 +0300
commit6f874226e692689e4a91122aff825d0926f9d9ef (patch)
tree0bb0e5d5f2686c84a945f45ab8749c148d306431 /README.md
parent93331960476a99f38a583a1bc904ef6be3cf10fc (diff)
Reflect npm start in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 04589bcca..eb84d06c2 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ Clone the repo, install dependencies, and start the Hugo server locally.
git clone https://github.com/twbs/icons/
cd icons
npm i
-npm run docs-serve
+npm start
```
Then open `http://localhost:4000` in your browser.