diff --git a/examples/elm-spa-dev/public/content/guide/installation.md b/examples/elm-spa-dev/public/content/guide/installation.md index deabcbc9..9d1e89d2 100644 --- a/examples/elm-spa-dev/public/content/guide/installation.md +++ b/examples/elm-spa-dev/public/content/guide/installation.md @@ -3,7 +3,7 @@ You can install `elm-spa` via [npm](https://nodejs.org/): ```terminal -npm install -g elm-spa@5.0.0 +npm install -g elm-spa@latest ``` Now, you can run `elm-spa` from the terminal! @@ -72,4 +72,4 @@ Just use `npm start`, and you're good! --- -Next, let's talk about the [Routing](/guide/routing)! \ No newline at end of file +Next, let's talk about the [Routing](/guide/routing)!