Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Timme authored and Sascha Timme committed Feb 26, 2017
1 parent 1f68ec0 commit a36a167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ subscriptions model =
```

## Installation:
Since this package is an [effect manager](https://guide.elm-lang.org/effect_managers/) it is at the moment not aviable via elm package. Thus the recommended way to install the package is to use [elm-github-install](https://github.com/gdotdesign/elm-github-install). Simply add in `elm-package.json` `"saschatimme/elm-phoenix": "0.2.0 <= v < 1.0"` to your dependencies:
Since this package is an [effect manager](https://guide.elm-lang.org/effect_managers/) it is at the moment not aviable via elm package. Thus the recommended way to install the package is to use [elm-github-install](https://github.com/gdotdesign/elm-github-install). Simply add in `elm-package.json` `"saschatimme/elm-phoenix": "0.2.1 <= v < 1.0"` to your dependencies:
```
# elm-package.json
{
...
"dependencies": {
...
"saschatimme/elm-phoenix": "0.2.0 <= v < 1.0.0",
"saschatimme/elm-phoenix": "0.2.1 <= v < 1.0.0",
...
}
...
Expand Down

0 comments on commit a36a167

Please sign in to comment.