Skip to content

Commit

Permalink
Added information about Version Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernardoow committed Sep 22, 2019
1 parent 13535d9 commit 91954ee
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,13 @@ npm install --save-dev elm elm-live@prev

If you’d rather bring your own global `elm`, `npm install --global elm-live` will do.

Note that you need *node 10.0+* to run the tool natively.
## Version Compatibility

| Node Version | elm-live Tag Version |
| -------------- | --------------------- |
| 4 | <= v2.6.1 |
| 6 | >= v2.6.2 && < v4.0.0 |
| 10 | >= v4.0.0 |

## SYNOPSIS

Expand Down

0 comments on commit 91954ee

Please sign in to comment.