diff --git a/Sub-GHz/ReadMe.md b/Sub-GHz/ReadMe.md
index d35cd49a..028ee7b3 100644
--- a/Sub-GHz/ReadMe.md
+++ b/Sub-GHz/ReadMe.md
@@ -21,11 +21,6 @@ Please understand what you're doing if trying to break out of official frequenci
You'll need to edit some code and recompile if you want to break outside of the officially supported frequencies. ([Hint here...](https://github.com/flipperdevices/flipperzero-firmware/pull/1287/files))
-# Modulation (AM/FM)
-
-AM650 and FM650 modulation tries to cover more range of frequencies at the cost of less pickup distance.
-AM270 and FM270 modulation offer a more narrow range, but have a cleaner pickup and slightly better distance.
-
`Allowed to transmit (MHz):`
`R01: 433.05-434.79; 868.15-868.55`
`R02: 304.10-321.95; 433.05-434.79; 915.00-928.00`
@@ -36,4 +31,9 @@ AM270 and FM270 modulation offer a more narrow range, but have a cleaner pickup
`R02: US, CA, AU, NZ, MX, BR, CL, AR, UM`
`R03: rest of the world`
+# Modulation (AM/FM)
+
+AM650 and FM650 modulation tries to cover more range of frequencies at the cost of less pickup distance.
+AM270 and FM270 modulation offer a more narrow range, but have a cleaner pickup and slightly better distance.
+
[Official documentation is an excellent read!](https://docs.flipperzero.one/sub-ghz/modulation)