From d4866a2de5578368ed69f0e439e2d176ba0714fc Mon Sep 17 00:00:00 2001 From: Colin Okay <59481711+cbeo@users.noreply.github.com> Date: Fri, 10 Jul 2020 13:24:58 -0500 Subject: readability --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3