Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersantos committed Mar 3, 2016
1 parent f6b76f8 commit a3664b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<a target="_blank" href="http://patreon.com/javiersantos" title="Donate using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" /></a>
</p>

<p align="center">Android Library that checks for updates on Google Play, GitHub, Amazon or F-Droid. This library notifies your apps' updates by showing a Material dialog, Snackbar or notification.</p>
<p align="center">Android Library that checks for updates on Google Play, GitHub, Amazon, F-Droid or your own server. This library notifies your apps' updates by showing a Material dialog, Snackbar or notification. Check out the <a href="https://github.com/javiersantos/AppUpdater/wiki">wiki</a>.</p>

## Sample Project
You can download the latest sample APK from Google Play:
Expand Down Expand Up @@ -52,7 +52,7 @@ AppUpdater appUpdater = new AppUpdater(getActivity());
appUpdater.start();
```

## Customization ([Wiki](https://github.com/javiersantos/AppUpdater/wiki))
## Customizations ([Wiki](https://github.com/javiersantos/AppUpdater/wiki))

Use the builder and add following:
```Java
Expand Down

0 comments on commit a3664b5

Please sign in to comment.