From e5341399f97d5e4c08036b55c27a4ccad0f34a82 Mon Sep 17 00:00:00 2001 From: Ryan Haskell-Glatz Date: Tue, 14 Jul 2020 07:01:20 -0500 Subject: [PATCH] thanks bigardone, these should be updated --- examples/elm-spa-dev/public/content/guide/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)!