aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2016-10-07 09:43:47 -0400
committerGitHub <noreply@github.com>2016-10-07 09:43:47 -0400
commit76367e7e954d00da49aba534019af03e6a229f3d (patch)
tree60d78a768995d33675eacce30369b115440e552b
parent85cdb4b15617b887de9888eee6a33036dc64facd (diff)
Add function call to readmeHEADmaster
-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)