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

github.com/twbs/bootstrap-npm-starter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sørensen <mik2650@gmail.com>2020-06-01 10:06:49 +0300
committerMark Otto <otto@github.com>2020-06-03 19:06:15 +0300
commit85cf5927dd5e8eeb8580bf38ceb8e586e93868f2 (patch)
treec63a98881a8655701b5710151e5855a3d3f7bcde
parent52ecc7d7001be2a5efcb0b43e8a73fceb45b6b4e (diff)
Updated script table
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4f8533f..c6bc68a 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ The following npm scripts are available to you in this starter repo. With the ex
| Script | Description |
| --- | --- |
-| `start` | Starts a local server (<http://localhost:3000>) for development |
+| `server` | Starts a local server (<http://localhost:3000>) for development |
| `watch` | Automatically recompiles CSS as it watches the `scss` directory for changes |
| `css` | Runs `css-compile` and `css-prefix` |
| `css-compile` | Compiles source Sass into CSS |