Skip to content

Commit 84483dd

Browse files
authored
Merge pull request #10 from mongodb-developer/ljhaywar-patch-2
Update 01_connect_database.ipynb
2 parents 0dc2e3b + d3d430d commit 84483dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

javascript/01_connect_database.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"cell_type": "markdown",
1414
"metadata": {},
1515
"source": [
16-
"## Select the Javascript Kernel\n",
16+
"## Select the JavaScript Kernel\n",
1717
"\n",
18-
"To run the code cells in these notebooks you need to select the appropriate kernel (programming language). In this case is Javascript. Click on the `Select Kernel` button at the top right, then `Jupyter Kernel` > `Deno`"
18+
"To run the code cells in these notebooks, you need to select the appropriate kernel (programming language). In this case, we'll use a JavaScript kernel. Click on the `Select Kernel` button at the top right, then `Jupyter Kernel` > `Deno`"
1919
]
2020
},
2121
{
@@ -40,7 +40,7 @@
4040
"source": [
4141
"## Set your connection String below\n",
4242
"\n",
43-
"We can just connect to `localhost` as this devcontainer is also running a MongoDB instance with some data, or you can connect to your own Atlas cluster just changing the `connectionString` below."
43+
"We can connect to the database hosted on `localhost` as this devcontainer is running a MongoDB instance with some data. Alternatively, you can connect to your own Atlas cluster by changing the `connectionString` below."
4444
]
4545
},
4646
{
@@ -105,7 +105,7 @@
105105
"source": [
106106
"## Send a Hello command\n",
107107
"\n",
108-
"The `hello()` command returns database server details for the backend MongoDB database used in this workshop."
108+
"The `hello()` command returns database server details for the MongoDB database."
109109
]
110110
},
111111
{

0 commit comments

Comments
 (0)