diff options
Diffstat (limited to '')
-rw-r--r-- | examples/snowpack/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/snowpack/README.md b/examples/snowpack/README.md index c3a71d6f8..bde1f0826 100644 --- a/examples/snowpack/README.md +++ b/examples/snowpack/README.md @@ -27,7 +27,7 @@ npm install 3. Run the Astro dev environment. ```shell -npm run start +npm start ``` 4. Build the website. (Not yet working.) |