diff --git a/README.md b/README.md
index 667da70..4fedcbd 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-
+
-![Screenshot 1](./readme/screenshot_1.png)
+![Screenshot 1](https://cdn.jamalam.tech/mod-assets/quicker-connect-button-screenshot-1.png)
-![Screenshot 2](./readme/screenshot_2.png)
+![Screenshot 2](https://cdn.jamalam.tech/mod-assets/quicker-connect-button-screenshot-2.png)
Download on [CurseForge](https://www.curseforge.com/minecraft/mc-mods/quicker-connect-button) or [Modrinth](https://modrinth.com/mod/quicker-connect-button).
@@ -20,10 +20,11 @@ The config can either be changed through a GUI (using Mod Menu on Fabric or the
- must be between 0.0 and 65535.0
*/
port: 25565,
- /* Whether to replace the default multiplayer button on the main menu, or add a new one to its right.
- - default: false
+ /* Where to place the connect button
+ - default: RIGHT
+ - must be one of: RIGHT, REPLACE_MULTIPLAYER_BUTTON, REPLACE_SINGLEPLAYER_BUTTON, REPLACE_REALMS_BUTTON
*/
- replaceMultiplayerButton: true,
+ buttonLocation: "REPLACE_MULTIPLAYER_BUTTON",
/* The text to display on the button. Leave empty to use "Connect".
- default: \"\"
*/
diff --git a/readme/banner.png b/readme/banner.png
deleted file mode 100644
index 3eabb13..0000000
Binary files a/readme/banner.png and /dev/null differ
diff --git a/readme/screenshot_1.png b/readme/screenshot_1.png
deleted file mode 100644
index 7931a37..0000000
Binary files a/readme/screenshot_1.png and /dev/null differ
diff --git a/readme/screenshot_2.png b/readme/screenshot_2.png
deleted file mode 100644
index 2d76915..0000000
Binary files a/readme/screenshot_2.png and /dev/null differ