From 0d84d4c46d5b084b5be51b39c73f84435de63dee Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Mon, 1 Oct 2018 16:09:26 +0000 Subject: [PATCH] Run update.sh --- mongo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongo/README.md b/mongo/README.md index 93453c6dc..c7683f268 100644 --- a/mongo/README.md +++ b/mongo/README.md @@ -203,7 +203,7 @@ services: command: --smallfiles ``` -To see the full list of possible options, check the MonogDB manual on [`mongod`](https://docs.mongodb.com/manual/reference/program/mongod/) or check the `--help` output of `mongod`: +To see the full list of possible options, check the MongoDB manual on [`mongod`](https://docs.mongodb.com/manual/reference/program/mongod/) or check the `--help` output of `mongod`: ```console $ docker run -it --rm mongo --help