Revert letter case change - it's lowercased now

This commit is contained in:
Victor Bocharsky 2020-05-04 11:27:55 +03:00 committed by Tyndyll
parent ff07258a05
commit d70a557574

View file

@ -26,7 +26,7 @@ MailHog is an email testing tool for developers:
#### MacOS #### MacOS
```bash ```bash
brew update && brew install Mailhog brew update && brew install mailhog
``` ```
Then, start MailHog by running `mailhog` in the command line. Then, start MailHog by running `mailhog` in the command line.