fix markdown

This commit is contained in:
Ian Kent 2015-05-27 18:12:13 +01:00
parent 5c4c753acd
commit 7ea7fe4116

View file

@ -22,18 +22,18 @@ By default, a bcrypt difficulty of 4 is used to reduce page load times.
You can use a MailHog shortcut to generate a bcrypted password: You can use a MailHog shortcut to generate a bcrypted password:
MailHog bcrypt <password> MailHog bcrypt <password>
### Enabling HTTP authentication ### Enabling HTTP authentication
To enable authentication, pass an `-auth-file` flag to MailHog: To enable authentication, pass an `-auth-file` flag to MailHog:
MailHog -auth-file=docs/example-auth MailHog -auth-file=docs/example-auth
This also works if you're running MailHog-UI and MailHog-Server separately: This also works if you're running MailHog-UI and MailHog-Server separately:
MailHog-Server -auth-file=docs/example-auth MailHog-Server -auth-file=docs/example-auth
MailHog-UI -auth-file=docs/example-auth MailHog-UI -auth-file=docs/example-auth
## Future compatibility ## Future compatibility