diff --git a/README.md b/README.md
index 4f6f279c6ad1f268611863e3048ac941a398f82c..68c5b2973aef66697cc05ba83fd9ced7a1a121fe 100644
--- a/README.md
+++ b/README.md
@@ -9,13 +9,18 @@ A Game Boy emulator that is written in Rust 🦀.
 * Supports Game Boy (DMG) emulation
 * Simple navigable source-code
 * Web and SDL front-ends
-* Fullscreen mode
 * Support for multiple MBCs: MBC1, MBC2, MBC3, and MBC5
-* Cool bespoke display palettes built by [TheWolfBunny64](https://www.deviantart.com/thewolfbunny).
+* Variable CPU clock speed
+
+For the web front-end...
+
+* Mobile first experience
 * Transparent RAM saving using [Web Storage API](https://developer.mozilla.org/docs/Web/API/Window/localStorage)
 * GamePad support using [Web Gamepad API](https://developer.mozilla.org/docs/Web/API/Gamepad_API)
-* Variable CPU clock speed
-* Debug mode: VRAM and registers
+* Unobstructive on-screen GamePad
+* Cool bespoke display palettes built by [TheWolfBunny64](https://www.deviantart.com/thewolfbunny).
+* Fullscreen mode
+* Debug mode - VRAM and registers
 
 ## Deployments