aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 043723b..dcc96c1 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ One must simply
$ halk examples/simple.halk
```
-. Running *HALK* with no arguments allows one to lex(?) arbitrary text through stdin. An
+. Running *HALK* without an argument allows one to lex(?) arbitrary text through stdin. An
example session is displayed below:
```text
@@ -49,8 +49,8 @@ $ halk
# Syntax
-*HALK* is a **dubiously-typed**, **vaguely-functional**, **interpreted** programming language,
-with syntax designed to be as **minimal** and **consistent** as possible. Note that all syntax
+*HALK* is a **dubiously-typed**, **vaguely-functional**, **interpreted** programming language,
+with syntax designed to be as **minimal** and **consistent** as possible. Note that all syntax
described is liable to sudden and violent change.
Example programs can be found [here](../tree/examples).