diff --git a/README.md b/README.md index 336d025..0a8b848 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The tutorial is structured as follows: 2. [Shallow vs Deep Handlers.](#2-shallow-vs-deep-handlers) 3. [Delimited Continuations: A deep dive.](#3-delimited-continuations-a-deep-dive) 3.1. [Examining effect handlers through GDB](#31-examining-effect-handlers-through-gdb) -4. [Generators & Streams.](#4-generators--streams) +4. [Generators & Streams.](#4-generators--streams) 4.1. [Message passing](#41-message-passing) 4.2. [Generators from iterators](#42-generators-from-iterators) 4.3. [Using the generator](#43-using-the-generator)