aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2e0534b..9a40ee9 100644
--- a/README.md
+++ b/README.md
@@ -13,5 +13,5 @@ At this point, it is extremely simple and undocumented. All statements are execu
## Online Example
* [Euclidean Algorithm](https://cdn.rawgit.com/benburwell/doml/master/prog/euclideanAlgorithm.html)
-* [Simple `While` Loop](https://cdn.rawgit.com/benburwell/doml/master/prog/simpleWhileLoop.html)
-
+* [Simple `while` loop](https://cdn.rawgit.com/benburwell/doml/master/prog/simpleWhileLoop.html)
+* [Defining and calling a function](https://cdn.rawgit.com/benburwell/doml/master/prog/function.html)