diff options
author | c+1 | 2023-10-10 08:16:38 -0400 |
---|---|---|
committer | c+1 | 2023-10-10 08:16:38 -0400 |
commit | 3e018c4268a5dd35c9bb4beafa98ca1279f8877f (patch) | |
tree | aa3f35bcaf50c8a67be4417554f5c93175c6276c | |
parent | e28a71d053960485bcf099bd03f47d2c1a3b23a8 (diff) |
updated readme
-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 |