From fa48a8d5053547b97dc43480d5f134845939ddc7 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Sat, 3 Sep 2016 09:29:06 -0700 Subject: [PATCH] Use elm-live 2.5.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 178fbed..32f7824 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Getting Started 4. Run the following command to install everything else: ```bash -npm install -g elm elm-test elm-css elm-live@2.4.1 +npm install -g elm elm-test elm-css elm-live@2.5.0 ``` **Note:** If step 4 gives you an `EACCESS` error on OS X, try [this fix](https://docs.npmjs.com/getting-started/fixing-npm-permissions):