You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ For more information on getting started with MongoDB, visit their [online tutori
26
26
27
27
Start by creating a test database. I will call mine "rest_tutorial" using the following command in the MongoDB shell, or through a database manager like MongoDB Compass:
28
28
```use rest_tutorial;```
29
-
This will create a new database in MongoDB that we can use for our tutorial.
29
+
This will create a new database in MongoDB that we can use for our project.
30
30
31
31
### Step 2: Adding a MongoDB Collection and Data
32
32
Create a sample collection that will hold data about different types of pets. Let's create the collection with the following command:
0 commit comments