From d70a55757478e0e2c4bdabe3aeb434c603c4d624 Mon Sep 17 00:00:00 2001 From: Victor Bocharsky Date: Mon, 4 May 2020 11:27:55 +0300 Subject: [PATCH] Revert letter case change - it's lowercased now --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8feaff..24cd95f 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ MailHog is an email testing tool for developers: #### MacOS ```bash -brew update && brew install Mailhog +brew update && brew install mailhog ``` Then, start MailHog by running `mailhog` in the command line.