diff --git a/README.md b/README.md
index 077d935..ad35193 100644
--- a/README.md
+++ b/README.md
@@ -1,54 +1,47 @@
-# ownCloud SMS Android Application Offical Repository
+# Nextcloud SMS (Android)
-## Introduction
+Nextcloud SMS app pushes your Android devices conversation into your Nextcloud instance, using [ocsms app](https://github.com/nerzhul/ocsms).
-ownCloud SMS app push your Android devices conversation into your ownCloud instance, using ocsms app.
+## :arrow_forward: Access
-
-
-
-
-
-
+[](https://play.google.com/store/apps/details?id=fr.unix_experience.owncloud_sms)
+[](https://f-droid.org/repository/browse/?fdid=fr.unix_experience.owncloud_sms)
ocsms app sources are available here: https://github.com/nerzhul/ocsms/
-## Application documentation
+## :notebook: Application documentation
-You can found application documentation here: https://github.com/nerzhul/ownCloud-SMS-App/wiki
+You can find the application documentation here: https://github.com/nerzhul/ownCloud-SMS-App/wiki
-## Licence
+## :link: Requirements
+- [Nextcloud](https://nextcloud.com/) instance running
+- [ocsms](https://github.com/nerzhul/ocsms) app enabled
-ownCloud SMS Android Application licence is in reflexion, then sources are partial.
+## :exclamation: Reporting issues
-- App locales and layouts are under BSD 2 clause licence
-- App DataProviders are under AGPLv3
+- **Client:** https://github.com/nerzhul/ownCloud-SMS-App/issues
+- **Server:** https://github.com/nerzhul/ocsms/issues
-## Contributions
+## :rocket: Contributions
-We are searching for translations in others langs
+- We are searching for **translations** into others languages. To contribute please download `res/values/strings.xml` and `res/values/google_playstore_strings.xml` and provide a Pull Request with a translated version!
+- You can also contribute by adding **patches** in Java code or cleanups.
-To contribute please download `res/values/strings.xml` and `res/values/google_playstore_strings.xml` and give us a translated version!
+## :wrench: Developers
-You can also contribute by adding patches in Java code or cleanups.
+You can find our continuous integration here: http://jenkins.unix-experience.fr/job/ownCloud%20SMS%20%28Android%29/
-## Requirements
-- An Nextcloud or ownCloud instance with ocsms app
-
-## Build requirements
+### Build requirements
- nrz-androidlib (last version)
-## Reporting issues
-
-Please create your issues for the **client** here:
-
-https://github.com/nerzhul/ownCloud-SMS-App/issues
-
-And for the **server** app here:
-
-https://github.com/nerzhul/ocsms/issues
-
### Coding guidelines
- No empty lines at EOF
- No trailing whitespaces
+
+## :notebook: License
+
+Nextcloud SMS Android Application license is in reflexion, then sources are partial.
+
+- App locales and layouts are under BSD 2 clause license
+- App DataProviders are under AGPLv3