From f5ed385f5b14b20fce1fbd15589c33ab235b5447 Mon Sep 17 00:00:00 2001 From: OGUNSOLA USMAN ADEBAYO Date: Thu, 24 Feb 2022 15:15:46 +0100 Subject: [PATCH] Update develop.md (#14025) * Update develop.md - provided more clarity to the structure of the mongo database connection string used as CONNECTIONSTRING environment variable to run the docker image in the sample node.js project. * Update develop.md --- language/nodejs/develop.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/language/nodejs/develop.md b/language/nodejs/develop.md index cded9810b3..b5069732d5 100644 --- a/language/nodejs/develop.md +++ b/language/nodejs/develop.md @@ -86,6 +86,8 @@ $ docker run \ node-docker ``` +The `yoda_notes` at the end of the connection string is the desired name for our database. + Let’s test that our application is connected to the database and is able to add a note. ```console