diff --git a/javascript/00_open_mongodb.ipynb b/javascript/00_open_mongodb.ipynb index bc09711..ee7b3b0 100644 --- a/javascript/00_open_mongodb.ipynb +++ b/javascript/00_open_mongodb.ipynb @@ -6,8 +6,8 @@ "source": [ "# Open MongoDB Using the MongoDB Extension\n", "\n", - "- click on the MongoDB extension on the side panel\n", - "- to connect to the local database, click on ‘Library DB’ in the list of connections on the left side.\n", + "- Click on the MongoDB extension on the side panel\n", + "- To connect to the local database, click on ‘Library DB’ in the list of connections on the left side.\n", "\n", "We're using this connection string:\n", "\n", @@ -34,10 +34,10 @@ "source": [ "## Open the library database\n", "\n", - "- open the library database\n", - "- open the books collection\n", - "- click on Documents\n", - "- open a document" + "- Open the library database\n", + "- Open the books collection\n", + "- Click on Documents\n", + "- Open a document" ] } ],