Skip to content

Commit 36fec93

Browse files
committed
Merge pull request #3 from ravidsrk/patch-1
Added Readme
2 parents e203fde + 00e43fa commit 36fec93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ An (mildly) improved [ViewPagerIndicator](https://github.com/JakeWharton/ViewPag
77

88
## To Install
99
Add the JitPack repository to your build file
10-
```
10+
```groovy
1111
allprojects {
1212
repositories {
1313
...
@@ -17,7 +17,7 @@ allprojects {
1717
```
1818

1919
Add the dependency
20-
```
20+
```groovy
2121
dependencies {
2222
compile 'com.github.jrejaud:ViewPagerIndicator2:0.0.1'
2323
}
@@ -28,13 +28,13 @@ Visit https://jitpack.io/#jrejaud/ViewPagerIndicator2 for more information.
2828
See https://github.com/JakeWharton/ViewPagerIndicator#usage for instructions on how to use ViewPagerIndicator.
2929
You just need to change the path (in Java and XML) to:
3030

31-
```
31+
```groovy
3232
com.github.jrejaud.viewpagerindicator2;
3333
```
3434

3535
instead of
3636

37-
```
37+
```java
3838
com.viewpagerindicator;
3939
```
4040

0 commit comments

Comments
 (0)