diff --git a/README.md b/README.md index 4303b1fb4fc56f4efe72731afcdab051b309b3a4..57dc90b94c978310682979cf2c9acec195a62a33 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() ```