diff --git a/README.md b/README.md
index 6e5ce135..68dedf28 100644
--- a/README.md
+++ b/README.md
@@ -45,11 +45,11 @@ Getting Started
Documentation
-------------
-[Features](docs/Features.md) lists the language features that have been implemented so far. For more information about the Scheme language implemented by Cyclone, see the [R7RS Scheme Specification](docs/r7rs.pdf).
+[Features](docs/Features.md) is a list of the language features implemented so far. For more information about the Scheme language implemented by Cyclone, see the [R7RS Scheme Specification](docs/r7rs.pdf).
-[Development](docs/Development.md) contains instructions for hacking on Cyclone.
+The [Development Guide](docs/Development.md) contains instructions for hacking on Cyclone.
-[Writing the Cyclone Scheme Compiler](docs/Writing-the-Cyclone-Scheme-Compiler.md) provides high-level details on writing the compiler, and how it works.
+[Writing the Cyclone Scheme Compiler](docs/Writing-the-Cyclone-Scheme-Compiler.md) provides high-level details on how the compiler was written and how it works.
References
----------
diff --git a/docs/Development.md b/docs/Development.md
index e96bda5b..1d72c2d6 100644
--- a/docs/Development.md
+++ b/docs/Development.md
@@ -1,4 +1,4 @@
-# Development
+# Development Guide
## Building