From df6d579601f34862048f6363a52a096cfb52b255 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 4 Aug 2015 17:53:12 -0400 Subject: [PATCH] Revisions --- README.md | 6 +++--- docs/Development.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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