Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kant authored Oct 30, 2018
1 parent ecea787 commit 5f27c70
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 @@ -313,7 +313,7 @@ public class SampleStore extends RealStore<String, BarCode> {
implementation 'com.nytimes.android:cache3:CurrentVersion'
```

+ **Store** This contains only Store classes and has a dependecy on RxJava + the above cache.
+ **Store** This contains only Store classes and has a dependency on RxJava + the above cache.

```groovy
implementation 'com.nytimes.android:store3:CurrentVersion'
Expand All @@ -331,7 +331,7 @@ public class SampleStore extends RealStore<String, BarCode> {
implementation 'com.nytimes.android:middleware3:CurrentVersion'
```

+ **Middleware-Jackson** Sample Jackon parsers, (feel free to create more and open PRs)
+ **Middleware-Jackson** Sample Jackson parsers, (feel free to create more and open PRs)

```groovy
implementation 'com.nytimes.android:middleware-jackson3:CurrentVersion'
Expand Down

0 comments on commit 5f27c70

Please sign in to comment.