diff --git a/README.rst b/README.rst
index f5c18f209..f6469318a 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,6 @@
-======
-Bowtie
-======
+============
+๐ Bowtie
+============
.. image:: ./docs/_static/dreamed.png
:alt: Bowtie
@@ -32,12 +32,21 @@ Bowtie
|
+๐ก What is Bowtie?
+==================
+
Bowtie is a *meta*-validator of the `JSON Schema specification `_, by which we mean it coordinates executing *other* `validator implementations `_, collecting and reporting on their results.
To do so it defines a simple input/output protocol (specified in `this JSON Schema `_) which validator implementations can implement, and it provides a CLI which can execute supported implementations.
+๐ก Why "Bowtie"?
+================
+
It's called Bowtie because it fans in lots of JSON then fans out lots of results: ``>ยท<``.
Looks like a bowtie, no?
Also because it's elegant โ we hope.
+๐จ Documentation
+================
+
For more information, see `Bowtie's documentation `_.