aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorkryptine <musicdenotation@gmail.com>2020-05-18 06:32:00 +0000
committerGitHub <noreply@github.com>2020-05-18 06:32:00 +0000
commitf5f2997cc24f5139ef1955b6492b6527626ef9f3 (patch)
tree6afad3bc0ce767ca5098c2636992d2bb09a58e7b /README.md
parentAdd :hardcode-syspath option to declare-binscript. (diff)
Fix spelling errors
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 d7bb8f49..ed1302d8 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,7 @@ the SourceHut mirror is actively maintained.
## Building
-### macos and Unix-like
+### macOS and Unix-like
The Makefile is non-portable and requires GNU-flavored make.
@@ -224,10 +224,10 @@ Alternatively, check out [the #janet channel on Freenode](https://webchat.freeno
## FAQ
-### Why is my terminal is spitting out junk when I run the repl?
+### Why is my terminal spitting out junk when I run the repl?
Make sure your terminal supports ANSI escape codes. Most modern terminals will
-support these, but some older terminals, windows consoles, or embedded terminals
+support these, but some older terminals, Windows consoles, or embedded terminals
will not. If your terminal does not support ANSI escape codes, run the repl with
the `-n` flag, which disables color output. You can also try the `-s` if further issues
ensue.