avh4 / elm-upgrade

Upgrade Elm projects
https://www.npmjs.com/package/elm-upgrade
MIT License
122 stars 15 forks source link

README typo? #78

Closed simonh1000 closed 5 years ago

simonh1000 commented 5 years ago

where it says npm install elm-format@elm0.19.0 I think it should skip the @... as the version is 0.8.1?

avh4 commented 5 years ago

The @elm0.19.0 is a tag to make sure you get a version of elm-format that supports Elm 0.19. (You can also use @elm0.18.0 to get the latest elm-format version that still supported Elm 0.19.)

simonh1000 commented 5 years ago

thx