diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,10 +20,10 @@ One must simply $ halk examples/simple.halk ``` -. Simply running *HALK* with no arguments allows one to send arbitrary text. +. Running *HALK* with no arguments allows one to send arbitrary text. An example session is displayed below: -``` +```text $ halk > :str:var = 'Hello, World.'; > ^D |