summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index c0f6f23..852daa8 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,9 @@
-# limbobyexample
-Examples
+# Limbo by Example
+
+Programming examples in the spirit of [gobyexample](https://github.com/mmcgrana/gobyexample), but targeted to the Limbo programming language.
+
+These exercises are tested on the [purgatorio](http://code.9front.org/hg/purgatorio/) fork of the Inferno operating system.
+
+## Index
+
+[Hello World](./HelloWorld)