fix json-helpers instruction for Elm 0.19

This commit is contained in:
ibizaman 2019-06-07 23:11:25 -07:00
parent 26eea3f024
commit 4b6f0e1e69

View File

@ -83,6 +83,10 @@ For more usage examples check the tests or the examples dir.
* `elm package install bartavelle/json-helpers`
or, for Elm 0.19:
* `elm install bartavelle/json-helpers`
## Contribute
Pull requests are welcome! Please consider creating an issue beforehand, so we can discuss what you would like to do. Code should be written in a consistent style throughout the project. Avoid whitespace that is sensible to conflicts. (E.g. alignment of `=` signs in functions definitions) Note that by sending a pull request you agree that your contribution can be released under the BSD3 License as part of the `elm-bridge` package or related packages.