aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--examples/README.md4
2 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index f2f9611b..c2787055 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,8 @@ Hello John Doe!!!
```
For more examples, see [learnXinY](/learnxiny.tm) which as an overview of many
-language features.
+language features or the other example programs/modules in
+[examples/](examples/).
## Features
diff --git a/examples/README.md b/examples/README.md
new file mode 100644
index 00000000..6b47e1a7
--- /dev/null
+++ b/examples/README.md
@@ -0,0 +1,4 @@
+# Example Programs
+
+- [file.tm](file.tm): A file handling module.
+- [wrap.tm](wrap.tm): A command-line program to wrap text.