aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-08-30 08:01:37 -0500
committerColin Okay <cbeok@protonmail.com>2020-08-30 08:01:37 -0500
commit337ddb4c419296d0e38a360ae528a5c9a0348a37 (patch)
treee1c0e2451e30e59103a2afda8636ecfd733e3ce3
parente0baeb14609b44d6fc63e9951e7f5ea1bbc8b14d (diff)
readme re-arrange
-rw-r--r--README.md28
1 files changed, 14 insertions, 14 deletions
diff --git a/README.md b/README.md
index fdc5230..fc4adb0 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,18 @@
+
+# GTWIWTG
+
+*Generators The Way I Want Them Generated*
+
+(Technically not generators, but iterators.)
+
+The GTWIWTG library is meant to be small, explorable, and understandable.
+The source code is meant to be legible and straightforward.
+
+Every symbol exported from the `GTWIWTG` package has a useful
+docstring. Many docstrings include examples of use.
+
Table Of Contents
+
- [GTWIWTG Overview](#gtwiwtg)
- [Installation](#installation)
- [Motivating Examples](#first-some-action)
@@ -16,20 +30,6 @@ Table Of Contents
- [`with-generator`](#the-naughty-consumer)
- [Example: Permutations](#the-permutations-example)
-# GTWIWTG
-
-*Generators The Way I Want Them Generated*
-
-(technically not generators, but iterators)
-
-An extensible library for generators.
-
-The GTWIWTG library is meant to be small, explorable, and understandable.
-The source code is meant to be legible and straightforward.
-
-Every symbol exported from the `GTWIWTG` package has a useful
-docstring. Many docstrings include examples of use.
-
## Installation
git clone https://github.com/cbeo/gtwiwtg /path/to/quicklisp/local-projects/