Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions javascript/00_open_mongodb.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
]
}
],
Expand Down