From 4b6f0e1e69f09a6ab1658e9a8c978aa8e8de3041 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Fri, 7 Jun 2019 23:11:25 -0700 Subject: [PATCH] fix json-helpers instruction for Elm 0.19 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4026a63..e4a0021 100644 --- a/README.md +++ b/README.md @@ -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.