summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 582cffd..6c03a2e 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ These are the requirements for running the `gemtexter` static site generator scr
* GNU Sed
* GNU Date
* GNU Grep
-* GNU Source Highlight (optional for source code highlighting in bare text blocks)
+* GNU Source Highlight (optional for source code highlighting of bare text blocks)
* Git (optional for version control)
* ShellCheck installed (optional for testing)
* XMLLint (optional for validating the atom feed syntax)
@@ -114,7 +114,7 @@ The HTML output supports source code highlighting. The requirement is to have th
if [ -n "$foo" ]; then
echo "$foo"
fi
- ```
+ ...
```
Please run `source-highlight --lang-list` for a list of all supported languages.