aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index af815488..799d9a01 100644
--- a/README.markdown
+++ b/README.markdown
@@ -315,10 +315,10 @@ Scripts
* `vis(1)` edits executable script files in `VISPATH`, defaulting to
`~/.local/bin`, for personal scripting snippets.
* Three URL-related shorcut scripts; no manuals for these yet:
- * `htmlurls(1)` extracts values of `href` attributes of `<a>` tags, sorts
+ * `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(1)` converts Markdown documents to HTML with plain old
+ * `mdurls` converts Markdown documents to HTML with plain old
`markdown(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