aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index b666e7c..936ff99 100644
--- a/README.md
+++ b/README.md
@@ -101,9 +101,11 @@ when you want to generate sequential data using functions.
### Three Kinds Of Function
-In GTWIWTG, there are functions that *construct* generators, functions
-that *combine* generators, and functions and macros that *consume*
-generators.
+In GTWIWTG, there are three kinds of functions.
+
+1. functions that *construct* generators
+2. functions that *combine* generators
+3. functions and macros that *consume* generators.
### The Breadwinning Constructors