From 5e147ab73f6d53ba5823d169d916a4d010fc87ea Mon Sep 17 00:00:00 2001 From: Nikolaos Pothitos Date: Sat, 5 Oct 2019 09:02:14 +0300 Subject: [PATCH] Fix formatting --- mongo/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongo/content.md b/mongo/content.md index 3738b8b0c..bf8fdc4ac 100644 --- a/mongo/content.md +++ b/mongo/content.md @@ -16,7 +16,7 @@ First developed by the software company 10gen (now MongoDB Inc.) in October 2007 $ docker run --name some-%%REPO%% -d %%IMAGE%%:tag ``` -... where `some-%%REPO%%` is the name you want to assign to your container and tag is the tag specifying the MongoDB version you want. See the list above for relevant tags. +... where `some-%%REPO%%` is the name you want to assign to your container and `tag` is the tag specifying the MongoDB version you want. See the list above for relevant tags. ## Connect to MongoDB from another Docker container