aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 63f0017b..ff84ecde 100644
--- a/README.md
+++ b/README.md
@@ -18,9 +18,9 @@ func main(name:Text, shout=no):
```
```bash
-$ tomo hello.tm world
+$ tomo hello.tm -- world
Hello World
-$ tomo hello.tm --name=åke
+$ tomo hello.tm -- --name=åke
Hello Åke
$ tomo -e hello.tm
$ ./hello "john doe" --shout