From 830763da05e07851456486fd13528985aed8aa09 Mon Sep 17 00:00:00 2001 From: Genevieve L'Oreal Date: Sun, 19 Mar 2023 21:46:24 +1000 Subject: [PATCH] fix(curriculum) - clearer mongoose install and set up instructions (#49754) * Update install and set up instructions I've added more specific instructions around where the mongoose.connect method should be called. Without context and prior knowledge for freeCodeCamp students, there may be confusion around whether this command needs to be called from the terminal or elsewhere. * Update install and set up instructions - formatting Small update to formatting for clarity Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> --------- Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> --- .../mongodb-and-mongoose/install-and-set-up-mongoose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/05-back-end-development-and-apis/mongodb-and-mongoose/install-and-set-up-mongoose.md b/curriculum/challenges/english/05-back-end-development-and-apis/mongodb-and-mongoose/install-and-set-up-mongoose.md index c7fa5c12145..acccf228e3c 100644 --- a/curriculum/challenges/english/05-back-end-development-and-apis/mongodb-and-mongoose/install-and-set-up-mongoose.md +++ b/curriculum/challenges/english/05-back-end-development-and-apis/mongodb-and-mongoose/install-and-set-up-mongoose.md @@ -32,7 +32,7 @@ Follow