aboutsummaryrefslogtreecommitdiff
path: root/examples/coroutines/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/coroutines/README.md')
-rw-r--r--examples/coroutines/README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/examples/coroutines/README.md b/examples/coroutines/README.md
index 86b5dd00..644c0e07 100644
--- a/examples/coroutines/README.md
+++ b/examples/coroutines/README.md
@@ -5,8 +5,14 @@ This is a coroutine library built on top of a modified version of
## Example Usage
+```ini
+# modules.ini
+[coroutines]
+version=v1.0
+```
+
```tomo
-use coroutines_v1.0
+use coroutines
func main()
co := Coroutine(func()