Skip to content

Commit

Permalink
Fix wrong dependency name.
Browse files Browse the repository at this point in the history
  • Loading branch information
roxrook committed Oct 6, 2015
1 parent 231da49 commit dbae568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Add a dependency to your `build.gradle`:
```
dependencies {
compile 'com.github.channguyen.rsv:rsv:1.0.0'
compile 'com.github.channguyen:rsv:1.0.0'
}
```
Add the `com.github.channguyen.rsv.RangeSliderView` to your layout XML file.
Expand Down

0 comments on commit dbae568

Please sign in to comment.