diff --git a/README.md b/README.md
index 19ec0e87..90173889 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@

[](https://github.com/cabaletta/baritone/graphs/contributors/)
[](https://github.com/cabaletta/baritone/commit/)
-[](https://impactclient.net/)
+[](https://impactclient.net/)
[](https://github.com/fr1kin/ForgeHax/)
[](https://gitlab.com/emc-mods-indrit/baritone_api)
[](https://wweclient.com/)
diff --git a/USAGE.md b/USAGE.md
index 25fef11e..3bca1e76 100644
--- a/USAGE.md
+++ b/USAGE.md
@@ -8,6 +8,12 @@ Baritone commands can also by default be typed in the chatbox. However if you ma
To disable direct chat control (with no prefix), turn off the `chatControl` setting. To disable chat control with the `#` prefix, turn off the `prefixControl` setting. In Impact, `.b` cannot be disabled. Be careful that you don't leave yourself with all control methods disabled (if you do, reset your settings by deleting the file `minecraft/baritone/settings.txt` and relaunching).
+# For Baritone 1.2.10+, 1.3.5+, 1.4.2+
+
+Lots of the commands have changed, BUT `#help` is improved vastly (its clickable!).
+
+Try `#help` I promise it won't just send you back here =)
+
# Commands
**All** of these commands may need a prefix before them, as above ^.
@@ -38,12 +44,6 @@ Some common examples:
- `version` to get the version of Baritone you're running
- `damn` daniel
-
-New commands:
-- `sel` to manage selections
-- some others
-
-
For the rest of the commands, you can take a look at the code [here](https://github.com/cabaletta/baritone/blob/master/src/api/java/baritone/api/utils/ExampleBaritoneControl.java).
All the settings and documentation are here. If you find HTML easier to read than Javadoc, you can look here.