Skip to content

Commit

Permalink
Update readme with published binary
Browse files Browse the repository at this point in the history
  • Loading branch information
svroonland committed Sep 28, 2018
1 parent ed41756 commit 0e8d623
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ Things you can do with this library:

Optics to any path within a JSON data structure can be expressed using `play-json`'s path syntax, eg `__ \ "user" \ "name"`.

## Usage
Add the following to your build.sbt:

```
resolvers += Resolver.bintrayRepo("vroste", "maven"),
libraryDependencies += "nl.vroste" % "play-json-optics_2.12" % "0.1.0.0"
```

## Example

### Change strings to booleans in an array of Json objects
Expand Down

0 comments on commit 0e8d623

Please sign in to comment.