From 6142e8d685bed8eb8682b11a5c6c1ed1c5a34f61 Mon Sep 17 00:00:00 2001 From: Lanie Hei Date: Thu, 4 Oct 2018 14:22:54 -0500 Subject: [PATCH] Updates install of elm-format ETARGET error when installing elm-format@rc, and no documentation discussing @rc in elm-format repo. Updated to reflect elm-format [installation instructions](https://github.com/avh4/elm-format#installation-) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b22feb..c9956f8 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Getting Started > **Note:** Make sure not to run this command with `sudo`! If it gives you an `EACCESS` error, apply [**this fix**](https://docs.npmjs.com/getting-started/fixing-npm-permissions#option-two-change-npms-default-directory) and then re-run the command (still without `sudo`). ```shell -npm install -g elm-test@beta elm-format@rc +npm install -g elm-test@beta elm-format ``` 5. Clone this repository