aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorc+12023-10-10 08:16:38 -0400
committerc+12023-10-10 08:16:38 -0400
commit3e018c4268a5dd35c9bb4beafa98ca1279f8877f (patch)
treeaa3f35bcaf50c8a67be4417554f5c93175c6276c /README.md
parente28a71d053960485bcf099bd03f47d2c1a3b23a8 (diff)
updated readme
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 c690fb4..3a830ae 100644
--- a/README.md
+++ b/README.md
@@ -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