about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-14 20:02:21 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-14 20:02:21 -0800
commit670cbb3d33807efb2d5e0db9e54ffed42f7ef0e3 (patch)
tree074feb71b5a5b47ae71d9e3a5605acc32e98bd84 /README.md
parent88152c621a31a2dcd747fbe2b7de22e42121a4a5 (diff)
downloadmu-670cbb3d33807efb2d5e0db9e54ffed42f7ef0e3.tar.gz
7351
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 10c1b56f..edc0bd3e 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Running the code you want to run, and nothing else.
 $ git clone https://github.com/akkartik/mu
 $ cd mu
 $ ./translate_mu apps/ex2.mu  # emit a.elf
-$ ./a.elf  # adds 3 and 4
+$ ./a.elf  # add 3 and 4
 $ echo $?
 7
 ```