diff --git a/README.md b/README.md
index 0de8f1a0..f7ff876d 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# AmazTimer
## Description
-This app is an interval timer made from scratch for amazfit devices to do interval trainings with HR monitoring and TCX exports, default values are tabata training's but you can use any times and sets you want
+This app is an interval/reps/workout timer for amazfit devices to do trainings with HR monitoring and TCX exports, default values are tabata training's but you can use any times and sets you want
## Bugs and suggestions
This app is in development so you may find bugs, if you have any please create an issue with logcat and I'll try to fix it as fast as I can. Don't report bugs that are already reported or listed in release's description
@@ -11,16 +11,19 @@ If you have any suggestions open an issue and explain it
Any amazfit device running android (Pace, stratos 1/2/3, verge)
## Notes
-- It may work on Nexo devices, but I won't give support to them.
- Stratos 3 changed a lot of things so there might be lags which I can't fix, blame huami
-- TCX files are saved in "Internal Storage/AmazTimer", for some weird reason windows sometimes can't read it, so you can get them using `adb pull /sdcard/AmazTimer` or through AmazMod
+- TCX files are saved in "Internal Storage/AmazTimer", for some reason windows sometimes can't read it, so you can get them using `adb pull /sdcard/AmazTimer` or through AmazMod
+- If you liked my work, consider buying me a coffee [here](https://www.paypal.me/migueelcs)
+
+##HW Buttons
+- Pace/Verge: Single click to end set, long click to start/stop timer
+- Stratos: Not supported yet, will be supported soon
+- Stratos 3: Not supported
## Installation
-Install using
-`adb install AmazTimer-X.X.apk && adb shell am force-stop com.huami.watch.launcher`
-Update using
-`adb install -r AmazTimer-X.X.apk && adb shell am force-stop com.huami.watch.launcher`
-You can also use installer or install it through AmazMod.
+Install using `adb install AmazTimer-X.X.apk` and update using `adb install -r AmazTimer-X.X.apk`
+
+You can also use installer or install/update it through AmazMod.
## Uninstallation
`adb uninstall me.micrusa.amaztimer`
@@ -30,7 +33,6 @@ You can also use installer or uninstall it through AmazMod
## Thanks to
-- [@KieronQuinn](https://github.com/KieronQuinn) for [Springboard Plugin Example](https://github.com/KieronQuinn/AmazfitSpringboardPluginExample)
- [@GreatApo](https://github.com/GreatApo) for [Amazfit Calendar Widget](https://github.com/GreatApo/AmazfitPaceCalendarWidget)
- [AmazMod](https://github.com/AmazMod/AmazMod) team
- [@1immortal](https://github.com/1immortal) for creating app installer