aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-24 23:46:41 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-24 23:46:41 +1200
commit05dd08e60d6310ff0896616bef77b63cd097b6bd (patch)
tree8e439d67c7a066c741d25fe10256bb306e9df9c1 /README.markdown
parentAdjust order of scripts section (diff)
downloaddotfiles-05dd08e60d6310ff0896616bef77b63cd097b6bd.tar.gz
dotfiles-05dd08e60d6310ff0896616bef77b63cd097b6bd.zip
Correct a comment on murl(1)
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 66083155..5e5b7dd8 100644
--- a/README.markdown
+++ b/README.markdown
@@ -297,7 +297,7 @@ Installed by the `install-bin` target:
them uniquely, and writes them to `stdout`; requires
[pup](https://github.com/ericchiang/pup)
* `murl(1)` converts Markdown documents to HTML with `pandoc(1)` and
- writes them to `stdout`
+ runs the output through `hurl(1)`
* `urlc(1)` 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)`