diff --git a/language/nodejs/develop.md b/language/nodejs/develop.md index b0e4b77223..7e5e975bb1 100644 --- a/language/nodejs/develop.md +++ b/language/nodejs/develop.md @@ -86,7 +86,7 @@ $ docker run \ node-docker ``` -The `yoda_notes` at the end of the connection string is the desired name for our database. +The `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.