summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-04-09 13:40:01 +0300
committerPaul Buetow <paul@buetow.org>2023-04-09 13:40:01 +0300
commitb7353d6b192258fcb3bde007c9dfdd9ef319d9d6 (patch)
tree0f386dae29afc218ba77b80b26be97d07c98d833 /README.md
parent9a289a97ea037be95b48d86cebcd99932c0b4566 (diff)
fix codeberg md
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 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.