aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-07-10 13:03:55 -0500
committerColin Okay <cbeok@protonmail.com>2020-07-10 13:03:55 -0500
commitc6dcaada5a94d9cf2a056543b3591ff2de6209b5 (patch)
tree3b60286491cd15aea6dc33aee4f452ee2e9b74d0
parent2a2517531c53cae6ce428cd8027af52bf5a5c807 (diff)
rewording
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1f185c4..b140d54 100644
--- a/README.md
+++ b/README.md
@@ -2,12 +2,10 @@
*Generators The Way I Want Them Generated*
-A naive generator library that doesn't use fancy pants concepts like
-first class continuations.
+An extensible library for generators.
The GTWIWTG library is meant to be small, explorable, and understandable.
-The source code is meant to be readible and easy to
-follow.
+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.