Skip to content

Commit e32c0ea

Browse files
tyler-daneCopilot
andcommitted
Update docs/get-started/setup.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0eebbbb commit e32c0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/get-started/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Compass connects to MongoDB through the NodeJS driver.
8383

8484
1. Create a free [MongoDB Atlas account](https://www.mongodb.com/cloud/atlas/register)
8585
2. Get your Node.js driver [connection string](https://www.mongodb.com/docs/drivers/node/current/fundamentals/connection/connect/#std-label-node-connect-to-mongodb)
86-
3. When you get your connection string,scroll down to the Network access in the left sidebar and add your current ip address. Make sure you always include your ip address when you switch networks because your device ip v4 address changes from one ISP to another and from time to time.
86+
3. When you get your connection string, scroll down to the Network access in the left sidebar and add your current ip address. Make sure you always include your ip address when you switch networks because your device ip v4 address changes from one ISP to another and from time to time.
8787
4. Add connection string to your `.env.local` file
8888
5. **Recommended**: Install [MongoDB Compass](https://www.mongodb.com/products/compass) desktop app to visually inspect and manage your database during local development. You can connect to your MongoDB Atlas instance using the same connection string from your `.env` file.
8989

0 commit comments

Comments
 (0)