Skip to content

Commit 9903aae

Browse files
authored
Merge pull request #16 from mongodb-developer/Meg528-patch-6
Update 2-get-connection-string.mdx
2 parents fe77fd6 + bcb6e1f commit 9903aae

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: docs/30-importing-data/2-get-connection-string.mdx

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
import Screenshot from "@site/src/components/Screenshot";
22

3-
# 👐 Get your connection string
3+
# 👐 Get Your Connection String
44

5-
In order to load the dataset into your cluster, you will need to get the connection string for your cluster.
5+
To load the dataset into your cluster, you will need to get the connection string for your cluster.
66

7-
In the Atlas UI, navigate to the **Overview** page. In the **Clusters section**, click **Connect**.
7+
In the Atlas UI, navigate to the **Overview** page. In the **Clusters** section, click "Connect."
88

9-
<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/30-importing-data/2-get-connection-string/1-connect-button.png" alt="Screenshot of the connect button" />
9+
<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/30-importing-data/2-get-connection-string/1-connect-button.png" alt="Connect button" />
1010

1111
A modal will display several ways to connect to your database.
1212

13-
<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/30-importing-data/2-get-connection-string/2-connect-modal.png" alt="Screenshot of the connect modal" />
13+
<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/30-importing-data/2-get-connection-string/2-connect-modal.png" alt="Connect modal" />
1414

15-
Select **Compass**. While we won't be using Compass to import the data, it's an easy way to see your connection string.
15+
Select "Compass." While we won't be using Compass to import the data, it's an easy way to see your connection string.
1616

17-
<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/30-importing-data/2-get-connection-string/3-connect-compass.png" alt="Screenshot of the connection string" />
17+
<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/30-importing-data/2-get-connection-string/3-connect-compass.png" alt="Connection string" />
1818

19-
Look for your connection string. It should look something like
19+
Look for your connection string. It should look something like this:
2020

2121
```
2222
mongodb+srv://<username>:<password>@<cluster-url>/

0 commit comments

Comments
 (0)