diff --git a/README.md b/README.md
index 4f30b2d..8eaeefc 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-![App Icon](https://raw.githubusercontent.com/Domi04151309/PowerApp/master/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp)
+![App Icon](https://raw.githubusercontent.com/Domi04151309/PowerApp/main/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp)
# Power App for Androidâ„¢
This App offers you a lot of different power options like shutting down, rebooting, soft rebooting, rebooting into recovery, rebooting into the bootloader, restarting System UI and turning off your screen.
@@ -18,7 +18,7 @@ Support the development by donating.
## Previews
-
+
*What is rooting?*
Android, Google Play and the Google Play logo are trademarks of Google LLC.
diff --git a/app/src/main/java/io/github/domi04151309/powerapp/activities/AboutActivity.kt b/app/src/main/java/io/github/domi04151309/powerapp/activities/AboutActivity.kt
index c7f1eb3..6d7cd4a 100644
--- a/app/src/main/java/io/github/domi04151309/powerapp/activities/AboutActivity.kt
+++ b/app/src/main/java/io/github/domi04151309/powerapp/activities/AboutActivity.kt
@@ -110,7 +110,7 @@ class AboutActivity : BaseActivity() {
companion object {
private const val REPOSITORY: String = "Domi04151309/PowerApp"
- private const val BRANCH: String = "master"
+ private const val BRANCH: String = "main"
private const val REPOSITORY_URL: String = "https://github.com/$REPOSITORY"
}
}