Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dhasilin authored Nov 4, 2019
1 parent a7dc5e9 commit 3c3c241
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 @@ -9,7 +9,7 @@ Our goal is to provide nice and simple java model to simplify developers life.

```groovy
dependencies {
implementation 'com.healthlx.cdshooks:model:0.2'
implementation 'com.healthlx.cdshooks:model:0.2'
}
```

Expand All @@ -22,7 +22,7 @@ In case you are using Jackson we have made needed classes for you: ```com.health
In order to do so add dependency on jackson module
```groovy
dependencies {
implementation 'com.healthlx.cdshooks:jackson:0.2'
implementation 'com.healthlx.cdshooks:jackson:0.2'
}
```
With jackson module you don't need dependency on core cause it is bundled.
Expand Down

0 comments on commit 3c3c241

Please sign in to comment.