Skip to content

Commit 959aa71

Browse files
committed
Update README.md
1 parent 4972034 commit 959aa71

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Onboarder
2+
3+
[![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org)
4+
25
Onboarding Library for Android
36
Inspired by [Onboard](https://github.com/mamaral/Onboard) for iOS.
47
This is a simple library to quickly create Onboarding inside your app.
@@ -118,7 +121,7 @@ Add it in your root build.gradle at the end of repositories:
118121
Add the dependencies:
119122
```
120123
dependencies {
121-
compile 'com.github.User:Repo:Tag'
124+
compile 'com.github.jrejaud:Onboarder:v0.01'
122125
}
123126
```
124127

0 commit comments

Comments
 (0)