diff --git a/README.md b/README.md
index ca4302f..90cf94e 100644
--- a/README.md
+++ b/README.md
@@ -7,42 +7,47 @@
Options Profiles is a Minecraft mod that lets you load and save your options as profiles from in-game.
## Features
+
- Save and load profiles in-game
-- Load specific options (like only load keybinds, resource packs or FOV and GUI scale)
-- Edit profiles in-game (deleting, renaming, overwriting, pick options to only load)
-- Fabric, NeoForge, Forge support
+- Load specific options (e.g. only load keybinds, resource packs, FOV, etc.)
+- Load profiles when joining a certain server
+- Edit profiles in-game (deleting, renaming, overwriting, pick options to only load)
+- Fabric, NeoForge support
- Third party mod support (see below)
## Mod Support
+
Options Profiles supports these mods which means you can create and load profiles with them and the mod will load their configuration.
- Sodium
- Sodium Extra
- Iris
- Distant Horizons
-- OptiFine
If you would like support for another mod, open an issue.
## Frequently Asked Questions
+
+- How to open profiles menu without going to options?
+ > You can open the profiles menu by using the command `/optionsprofiles` or by accessing it from Mod Menu
- Can you port [version]?
- > Open an issue in the GitHub repository.
+ > Open an issue in the GitHub repository.
- Can I use this in my modpack?
- > You may use this mod in modpacks with credit.
+ > You may use this mod in modpacks with credit.
- Where are the profiles saved?
- > Profiles are saved in a folder called "options-profiles" in the specified ".minecraft" directory.
+ > Profiles are saved in a folder called "options-profiles" in the specified ".minecraft" directory.
- Where can I find the source code for older versions?
- > You can find them in the branches.
+ > You can find them in the branches.
- Dependencies?
- > Architectury API and Fabric API (if on Fabric)
+ > Architectury API and Fabric API (if on Fabric)
- For any other questions, create an issue or contact me at hello@trafficlunar.net
## Gallery
-Profiles Menu | Edit Profile Screen
-:-------------------------:|:-------------------------:
-
|
+| Profiles Menu | Edit Profile Screen |
+| :--------------------------------------------------------: | :--------------------------------------------------------------------: |
+|
|
|
-Options Toggle Menu | Options Screen
-:-------------------------:|:-------------------------:
-
|
+| Options Toggle Menu | Options Screen |
+| :--------------------------------------------------------------------: | :----------------------------------------------------------: |
+|
|
|
diff --git a/gallery/edit-profile-screen.png b/gallery/edit-profile-screen.png
index 4b63469..248c171 100644
Binary files a/gallery/edit-profile-screen.png and b/gallery/edit-profile-screen.png differ
diff --git a/gallery/options-screen.png b/gallery/options-screen.png
index 4653570..08f278f 100644
Binary files a/gallery/options-screen.png and b/gallery/options-screen.png differ
diff --git a/gallery/options-toggle-menu.png b/gallery/options-toggle-menu.png
index b50dbbb..0b3c90d 100644
Binary files a/gallery/options-toggle-menu.png and b/gallery/options-toggle-menu.png differ
diff --git a/gallery/profiles-menu.png b/gallery/profiles-menu.png
index c2e9322..034a34a 100644
Binary files a/gallery/profiles-menu.png and b/gallery/profiles-menu.png differ