aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-10-09 13:50:02 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-10-09 13:50:02 -0400
commit33d3e22023b88545314937c0dab4770eb979f265 (patch)
tree3cbacfc183bfdf36fb8407b953a5f298a7d31ff8
parent5a80ff0db3690943a522e38152c86393ab0eb594 (diff)
Update example
-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