diff --git a/README.md b/README.md
index 4665aa4..9d75e1e 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ You will need the Rust toolchain, which can be obtained [here](https://rustup.rs
## Guide
-Almost every[^1] feature of GTA Tools is Legacy/Enhanced-agnostic. Some functionality of GTA Tools requires administrator access. GTA Tools can either be started as admin manually, or, the user can simply use the Elevate button to relaunch GTA Tools as admin.
+Almost every[^1] feature of GTA Tools is Legacy/Enhanced-agnostic. Some functionality of GTA Tools requires administrator access. If necessary, GTA Tools can either be started as admin manually, or, the user can simply use the Elevate button to relaunch GTA Tools as admin.
It is recommended to use an up-to-date version of GTA Tools from [releases](https://codeberg.org/futile/gta-tools/releases). You can check for updates to your existing installation by going to the About page of GTA Tools and hovering the ↓ button near the version number.
@@ -24,7 +24,7 @@ This section is quite simple.
There is a Launch[^1] feature, which will start your game on the chosen launcher (I am unsure if launching Epic Games works, let me know).
-There is also a Force close game feature, which simply kills all game processes. This *does not* touch Rockstar Games Launcher or any other processes except ones named `GTA5_Enhanced.exe` or `GTA5.exe`.
+There is also a Force close game feature, which simply kills all game processes. This *does not* touch Rockstar Games Launcher or any other processes, only ones named `GTA5_Enhanced.exe` or `GTA5.exe`.
#### Session
@@ -38,12 +38,12 @@ The first being Empty current session, which "removes everyone" from
The other feature is Anti AFK, which, when toggled, prevents you from getting kicked for idling by pressing keys on your keyboard every 60 seconds. At present, those keys are `VK_NUMPAD4` & `VK_NUMPAD6`, due to being a relatively good balance of keys that the game actually registers but don't interrupt gameplay too much if they activate while you're playing. You *must* be tabbed into GTA V for Anti AFK to work. While toggled, Anti AFK will only activate when all of the following conditions are true:
* The `Grand Theft Auto V` window is currently focused
-* None of the configured keys are currently being pressed[^2]
+* None of the designated keys are currently being pressed[^2]
* The mouse cursor is not currently visible[^3]
#### Network
-The last section has a single feature, Game's network access, with a coloured indicator dot, and two buttons, Block and Unblock. This is the feature that requires administrator. This feature blocks/unblocks GTA V's entire internet access using the Windows Firewall. The coloured indicator dot has these meanings:
+The last section has a single feature, Game's network access, with two buttons, Block and Unblock, and a coloured indicator dot. This feature requires administrator, and blocks/unblocks GTA V's entire internet access using the Windows Firewall. The coloured indicator dot has these meanings:
* **Green** - the game is connected to the internet
* **Yellow** - the game could not be found running, and thus was not blocked
* **Red** - the game is blocked from the internet
@@ -57,5 +57,5 @@ This feature is primarily useful for **replay glitching**, which is an exploit t
6. Finally, spend any amount of money, and you should receive the finale cut, but also be able to go play the finale again immediately
[^1]: Launch only launches Enhanced installations of the game.
-[^2]: Otherwise, if you are, for example, using those keys to fly a plane, activating Anti AFK could cancel the input.
+[^2]: Otherwise, if you are, for example, using those keys to fly a plane, Anti AFK activating could cancel the input.
[^3]: Specifically, the Windows mouse cursor, not the in-game mouse cursor. This check is mostly used to prevent typing while you are in the Rockstar overlay.