diff --git a/docs/public/content/guide.md b/docs/public/content/guide.md index de71cd7..762c7ec 100644 --- a/docs/public/content/guide.md +++ b/docs/public/content/guide.md @@ -44,7 +44,7 @@ npx elm-spa server So far, we've used [npx](https://www.npmjs.com/package/npx) so we don't need to install __elm-spa__ directly. If you'd like to run commands from the terminal, without the `npx` prefix, you can install __elm-spa__ like this: ```terminal -npm install -g elm-spa@beta +npm install -g elm-spa@next ``` You can verify the install succeeded by running `elm-spa help` from your terminal: