Skip to content

Commit e6f2414

Browse files
Update README.md
1 parent a9486ad commit e6f2414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For more information on getting started with MongoDB, visit their [online tutori
2626

2727
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:
2828
```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.
3030

3131
### Step 2: Adding a MongoDB Collection and Data
3232
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

Comments
 (0)