From fe5985c665d185b1cfd087b4fca2b6764a4c5afc Mon Sep 17 00:00:00 2001 From: ultimateplayer1999 Date: Wed, 26 Apr 2023 08:10:04 +0000 Subject: [PATCH] Updated readme.md --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c9bfe94..7e0e86c 100644 --- a/readme.md +++ b/readme.md @@ -10,4 +10,5 @@ Use the following command to initialize the database. It will create the needed collection and document and return it in the console output. Use the output of _id for the search and update operation. The following part is needed for this -_id: new ObjectId(=="6448db015eed6ed191ef61a1"==), \ No newline at end of file +"6448db015eed6ed191ef61a1" (This is offcourse an example, yours will be different. +On the cloud hosted version of mongodb, this will be located in `_id: new ObjectId("6448db015eed6ed191ef61a1")`) \ No newline at end of file