diff --git a/README.md b/README.md
index a38eb29..ccba6a1 100644
--- a/README.md
+++ b/README.md
@@ -14,38 +14,44 @@ This staging process reflects the real-life stability of new CSS features.
You can read an [inside view of the CSSWG] to learn about the official (and unofficial) development stages of CSS specifications. In reality, specifications and browser implementations happen out of sync. Stable CSS features are missing in all browsers, while other CSS features developed outside the [CSSWG] are already behind flags in Chrome. This is too ambiguous for the web development community, and a more accountable process is desired.
-#### Stage 0: Aspirational
+### Stage 0: Aspirational
+
> “This is a crazy idea.”
-A CSS specification presented to the CSSWG by a [champion] within or outside the CSSWG. It should be considered highly instable and subject to change.
-
-#### Stage 1: Experimental
+A CSS specification presented to the CSSWG by a [champion] within or outside the CSSWG. It should be considered highly unstable and subject to change.
+---
+### Stage 1: Experimental
+
> “This idea might not be crazy.”
-A CSS specification formally endorsed by the [CSSWG]. It should be considered highly instable and subject to change.
-
-#### Stage 2: Draft
+A CSS specification formally endorsed by the [CSSWG]. It should be considered highly unstable and subject to change.
+---
+### Stage 2: Draft
+
> “This idea is not crazy.”
A CSS specification formally endorsed by the [CSSWG] and requiring implementations to move forward. It should be considered stable and subject to little change.
-#### Stage 3: Adoption
-
+---
+### Stage 3: Adoption
+
> “This idea is becoming part of the web.”
A CSS specification formally endorsed by the [CSSWG] and being implemented by [recognized browser vendors](#recognized-browser-vendors), possibly behind a flag. It should be considered stable and subject to little change.
-#### Stage 4: Complete
-
+---
+### Stage 4: Complete
+
> “This idea is part of the web.”
A CSS specification formally endorsed by the [CSSWG] and implemented by all [recognized browser vendors](#recognized-browser-vendors).
-#### No Stage: Unrecognized
-
+---
+### No Stage: Unrecognized
+
> “I have no idea what I’m doing.”
This is any specification that has not yet been presented to the [CSSWG], or that has been formally rejected or deprecated by the [CSSWG].