aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-07-08 20:52:47 -0500
committerColin Okay <cbeok@protonmail.com>2020-07-08 20:52:47 -0500
commit0dedd219c8f4be314bf396fcb3e63fe3b164058b (patch)
tree238032b59baab3b7412f9d785b3cc2220301e716 /README.md
parent0e356876160ccc13f4e3927891ab5543dce7e345 (diff)
pointing to the right examples
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 506b653..b2ce6ca 100644
--- a/README.md
+++ b/README.md
@@ -183,7 +183,7 @@ Here is a brief listing of the other generator constructors in GTWIWTG:
- `(file-chars file)` a file-backed generator. Produces characters from that file.
- `(file-bytes file)` a file-backed generator. Produces bytes from that file.
-You'll see some of these in action when you reach the examples section below.
+You can see some of these in action in the examples section at the top of this document.
### The Combination and Transformation Functions