From ce3cf5ebf243cc8181f4bb8a2eb964ffce7058ac Mon Sep 17 00:00:00 2001 From: "Chamathil, Alan J (UG - Computer Science)" <ac01729@surrey.ac.uk> Date: Sat, 1 Apr 2023 12:16:06 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4303b1f..57dc90b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ docker ps docker exec -it (mongodb container name) /bin/bash mongosh show dbs -use notificationsapp +use notificationapp db.notifications.find() ``` -- GitLab