diff --git a/README.md b/README.md
index 174ecfa..558da9e 100644
--- a/README.md
+++ b/README.md
@@ -9,19 +9,3 @@ Bluesky firehose visualized in a Matrix-style rain
The social network Bluesky is built on a protocol called the AT Protocol. This protocol enables real-time access to all _skeets_ (Bluesky's equivalent of tweets) as they're written by users. This service is called [Firehose](https://docs.bsky.app/docs/advanced-guides/firehose). Firehose messages can be decoded using a simple WebSocket listener on a [Jetstream server](https://docs.bsky.app/blog/jetstream), which handles JSON encoding, bandwidth reduction, and other useful tasks.
tl;dr: What you see on the screen is a live feed of skeets written by Bluesky users, displayed in real time as a Matrix-style rain animation.
-
-## Controls
-
-Space Pause the animation (if you want to read some skeet)
-
-1 2 3 4 5 change rain speed animation (default 3)
-
-B change rain color to blue (default color)
-G change rain color to green
-R change rain color to red
-Y change rain color to yellow
-P change rain color to pink
-
-E toggle show/hide emojis
-F change rain font
-S toggle text shadow (⚠️ might slow down your browser!)