summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/src/pages/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/installation.md b/docs/src/pages/installation.md
index 49077312b..9865573b0 100644
--- a/docs/src/pages/installation.md
+++ b/docs/src/pages/installation.md
@@ -60,7 +60,7 @@ You can now replace the placeholder "scripts" section of your `package.json` fil
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
+ "start": "astro dev",
-+ "build": "astro build",
++ "build": "astro build"
},
}
```