summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Burschka2014-11-17 02:51:28 +0100
committerChristoph Burschka2014-11-17 02:51:28 +0100
commiteaeb44533a86755b7d8da37757094379a9056bf1 (patch)
treee6affe12ac8913e1f7902f2b916927b34d600421
parenthtpasswd readme: Format codeblock. (diff)
downloadejabberd-auth-php-eaeb44533a86755b7d8da37757094379a9056bf1.tar.gz
htpasswd readme: Format inline code.
-rw-r--r--plugins/htpasswd/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/htpasswd/README.md b/plugins/htpasswd/README.md
index a8985b0..b7b8bcb 100644
--- a/plugins/htpasswd/README.md
+++ b/plugins/htpasswd/README.md
@@ -6,11 +6,11 @@ generated by htpasswd.
The following hash types are supported:
-- APR-MD5 ("htpasswd [-m]", default method)
-- SHA1 ("htpasswd -s")
-- Blowfish ("htpasswd -B")
-- DES ("htpasswd -d")
-- Plaintext ("htpasswd -s")
+- APR-MD5 (`htpasswd [-m]`, default method)
+- SHA1 (`htpasswd -s`)
+- Blowfish (`htpasswd -B`)
+- DES (`htpasswd -d`)
+- Plaintext (`htpasswd -s`)
Note that DES and Plaintext are mutually exclusive, because
the format is not readily distinguishable. Any hash that does