From 6d4b8c9676e23ed7b00ad4f6035ab99932da8baf Mon Sep 17 00:00:00 2001 From: Jose Bolos Date: Fri, 9 Apr 2021 13:52:42 +0100 Subject: [PATCH] Add mongo version to brew start command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f038428..45e511d 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ brew install mongodb-community@3.4 Start the MongoDB server: ```sh -brew services start mongodb/brew/mongodb-community +brew services start mongodb/brew/mongodb-community@3.4 ``` Check that the service has started properly: