Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuijten authored Jun 4, 2018
1 parent 69b8714 commit 606976f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ An Android view for displaying repeated continuous side scrolling images. This c
## Example
![Example](https://raw.githubusercontent.com/Q42/AndroidScrollingImageView/master/preview.gif)

##Installation
*Step 1.* Add the JitPack repository to your build file
## Installation
*Step 1.* Add the JitPack repository to your project `build.gradle` file
```gradle
repositories {
// ...
maven { url "https://jitpack.io" }
allprojects {
repositories {
// ~~~
maven { url 'https://jitpack.io' }
}
}
```
[![](https://jitpack.io/v/q42/androidscrollingimageview.svg)](https://jitpack.io/#q42/androidscrollingimageview)
Expand Down

0 comments on commit 606976f

Please sign in to comment.