Update guide.md

This commit is contained in:
Austin Erlandson 2021-02-09 18:01:04 -06:00 committed by GitHub
parent 48facd9ace
commit 3e6198376c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: