aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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