Merge pull request #44 from ibizaman/master

fix json-helpers instruction for Elm 0.19
This commit is contained in:
Simon Marechal 2019-06-09 09:42:13 +02:00 committed by GitHub
commit 38289cc4d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.