From 0dedd219c8f4be314bf396fcb3e63fe3b164058b Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Wed, 8 Jul 2020 20:52:47 -0500 Subject: pointing to the right examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3