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 fc4a1f7..d42da59 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Here's how you run one of the example apps (the [Tower of Hanoi](https://en.wiki
 ```sh
 git clone https://github.com/akkartik/teliva
 cd teliva
-make linux  # replace with 'macosx' or 'bsd' depending on your OS
+make linux  # replace with 'macosx', etc. depending on your OS
 src/teliva hanoi.tlv
 ```