Skip to content

Commit 8a093b6

Browse files
committed
Update README for new Elm tagging convention
1 parent 1dd120e commit 8a093b6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

PUBLISHING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
1. Push the new tag `git push origin v<new version>`
55
1. Wait for the tag to pass CI <https://travis-ci.org/avh4/elm-upgrade>
66
1. Make sure you have the tag checked out, and `npm publish`
7-
1. Add the helper dist tags `npm dist-tag add elm-upgrade@<new version> elm0.19.0`
7+
1. Add the helper dist tags `npm dist-tag add elm-upgrade@<new version> latest-0.19.1`

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ If you are already using Elm 0.19, `elm-upgrade` will to the following:
2121

2222
## How to use **elm-upgrade**
2323

24-
First install Elm 0.19 and the latest version of [elm-format](https://github.com/avh4/elm-format#installation-). (If you want to install them locally for your project, you can do so with the following: )
24+
First install Elm 0.19.1 and the latest version of [elm-format](https://github.com/avh4/elm-format#installation-). (If you want to install them locally for your project, you can do so with the following: )
2525

2626
```sh
2727
cd path/to/my/elm/project
28-
npm install elm@elm0.19.0
29-
npm install elm-format@elm0.19.0
28+
npm install elm@latest-0.19.1
29+
npm install elm-format@latest-0.19.1
3030
```
3131

3232
Then run the following in your terminal:

0 commit comments

Comments
 (0)