diff options
Diffstat (limited to 'examples/blog/src/pages/posts/introducing-astro.md')
-rw-r--r-- | examples/blog/src/pages/posts/introducing-astro.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/src/pages/posts/introducing-astro.md b/examples/blog/src/pages/posts/introducing-astro.md index cf849514b..114161cd9 100644 --- a/examples/blog/src/pages/posts/introducing-astro.md +++ b/examples/blog/src/pages/posts/introducing-astro.md @@ -38,7 +38,7 @@ npm init astro npm install # start the dev server and open your browser -npm start +npm run dev ``` > To learn more about Astro and start building your first site, check out [the project README.](https://github.com/snowpackjs/astro#-guides). |