about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
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
 ```