diff --git a/README.md b/README.md
new file mode 100644
index 00000000..472f362a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+# Fathom
+
+Fathom is a JavaScript framework for extracting meaning from web pages, identifying parts like Previous/Next buttons, address forms, and the main textual content—or classifying a page as a whole. Essentially, it scores DOM nodes and extracts them based on conditions you specify. A Prolog-inspired system of types and annotations expresses dependencies between scoring steps and keeps state under control. It also provides the freedom to extend existing sets of scoring rules without editing them directly, so multiple third-party refinements can be mixed together.
+
+See the full docs at .
diff --git a/README.rst b/README.rst
deleted file mode 100644
index 09b9d58e..00000000
--- a/README.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-======
-Fathom
-======
-
-See the full docs at ``_.