Skip to content

Commit

Permalink
Update README.md dependency typo (#748)
Browse files Browse the repository at this point in the history
Fix typo in the `StorIOContentResolver` dependencies.
  • Loading branch information
mikeyxkcd authored and nikitin-da committed Jan 5, 2017
1 parent 65c0837 commit 17a1b68
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 @@ -167,9 +167,9 @@ dependencies {
`StorIOContentResolver`:
```groovy
dependencies {
compile 'com.pushtorefresh.storio:storio-content-resolver-annotations:insert-latest-version-here'
compile 'com.pushtorefresh.storio:content-resolver-annotations:insert-latest-version-here'
apt 'com.pushtorefresh.storio:storio-content-resolver-annotations-processor:insert-latest-version-here'
apt 'com.pushtorefresh.storio:content-resolver-annotations-processor:insert-latest-version-here'
}
```

Expand Down

0 comments on commit 17a1b68

Please sign in to comment.