aboutsummaryrefslogtreecommitdiff
path: root/examples/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md
index 157ac7a3..f623a42d 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -1,6 +1,7 @@
# Example Programs
- [base64](base64/): A base64 encoding/decoding library.
+- [colorful](colorful/): A DSL useful for rendering terminal colors.
- [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.