about summary refs log tree commit diff stats
path: root/Readme.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-11-26 08:48:06 -0800
committerKartik K. Agaram <vc@akkartik.com>2014-11-26 08:48:06 -0800
commit711dd36f9eb81fcd51a5fd891b7dae7e7aa53de4 (patch)
tree12874de03c974e2a5a2ef00a2266d96aed7be9f4 /Readme.md
parent797a46d51c80554d05edb3f64211066b0c940972 (diff)
downloadmu-711dd36f9eb81fcd51a5fd891b7dae7e7aa53de4.tar.gz
331
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/Readme.md b/Readme.md
index ab36e9ed..cf7388cd 100644
--- a/Readme.md
+++ b/Readme.md
@@ -163,9 +163,7 @@ Another example, this time with concurrency.
 Notice that it repeatedly prints either '34' or '35' at random. Hit ctrl-c to
 stop.
 
----
-
-Another example forks two 'routines' that communicate over a channel:
+Yet another example forks two 'routines' that communicate over a channel:
 
 ```shell
   $ ./anarki/arc mu.arc channel.mu