From 33d3e22023b88545314937c0dab4770eb979f265 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 9 Oct 2024 13:50:02 -0400 Subject: [PATCH] Update example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63f0017..ff84ecd 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