aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-18 15:38:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-18 15:38:26 +1200
commite9b9018b9b3a62c53d51be8b06bf157aa8efe3b5 (patch)
tree5c913a6478c3307173b7542261ef3c483b9dcefa
parentSwap pandoc(1) for markdown(1) (diff)
downloaddotfiles-e9b9018b9b3a62c53d51be8b06bf157aa8efe3b5.tar.gz
dotfiles-e9b9018b9b3a62c53d51be8b06bf157aa8efe3b5.zip
Update documentation to reflect prev commit
-rw-r--r--README.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index e26f1a75..1c68b27c 100644
--- a/README.markdown
+++ b/README.markdown
@@ -318,8 +318,8 @@ Scripts
* `htmlurls` extracts values of `href` attributes of `<a>` tags, sorts
them uniquely, and writes them to `stdout`; requires
[pup](https://github.com/ericchiang/pup)
- * `mdurls` converts Markdown documents to HTML with plain old
- `markdown(1)` and writes them to `stdout`
+ * `mdurls` converts Markdown documents to HTML with `pandoc(1)` and
+ writes them to `stdout`
* `urlcheck` accepts a list of URLs on `stdin` and writes error messages
to `stderr` if any of the URLs are broken, redirecting, or are insecure
and have working secure versions; requires `curl(1)`