aboutsummaryrefslogtreecommitdiff
path: root/examples/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/README.md b/examples/README.md
index 330b0e18..4cf3562c 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -1,7 +1,5 @@
# Example Programs
-- [coroutine](coroutine/coroutine.tm): A library for coroutines similar to Lua's
- (using [libaco](https://libaco.org)).
- [game](game/): An example game using raylib.
- [http](http/http.tm): An HTTP library to make basic synchronous HTTP requests.
- [ini](ini/ini.tm): An INI configuration file reader tool.