Skip to content

Commit

Permalink
updating download section in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Wittchen committed Feb 20, 2016
1 parent 43807e4 commit 309662e
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,23 @@ That's it!
Download
--------

TBD.
You can depend on the library through Maven:

```xml
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>infinitescroll</artifactId>
<version>0.0.1</version>
</dependency>
```

or through Gradle:

```groovy
dependencies {
compile 'com.github.pwittchen:infinitescroll:0.0.1'
}
```

Tests
-----
Expand Down

0 comments on commit 309662e

Please sign in to comment.