From 337ddb4c419296d0e38a360ae528a5c9a0348a37 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sun, 30 Aug 2020 08:01:37 -0500 Subject: readme re-arrange --- README.md | 28 ++++++++++++++-------------- 1 file 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/ -- cgit v1.2.3