diff --git a/README.md b/README.md
index aa565a1..27dcebe 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,8 @@ These components are used in production in [Glow][glow] and [Charm][charm].
## Spinner
+
+
A spinner, useful for indicating that some kind an operation is happening.
There are a couple default ones, but you can also pass your own ”frames.”
@@ -23,6 +25,8 @@ There are a couple default ones, but you can also pass your own ”frames.”
## Text Input
+
+
A text input field, akin to an `` in HTML. Supports unicode,
pasting, in-place scrolling when the value exceeds the width of the element and
the common, and many customization options.
@@ -33,6 +37,8 @@ the common, and many customization options.
## Paginator
+
+
A component for handling pagination logic and optionally drawing pagination UI.
Supports "dot-style" pagination (similar to what you might see on iOS) and
numeric page numbering, but you could also just use this component for the
@@ -44,6 +50,8 @@ browse SSH keys.
## Viewport
+
+
A viewport for vertically scrolling content. Optionally includes standard
pager keybindings and mouse wheel support. A high performance mode is available
for applications which make use of the alterate screen buffer.