Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Commit

Permalink
Typos on #316 & #334 (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
kant authored and ramonaharrison committed Oct 30, 2018
1 parent ecea787 commit b73d36b
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 b73d36b

Please sign in to comment.