Skip to content

Commit afdb2a4

Browse files
author
ajosh0504
committed
Making conn string copyable
1 parent 3788936 commit afdb2a4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/20-dev-env/2-dev-env-setup.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,13 @@ To connect to the cluster, click the **Connect** button.
2424

2525
<Screenshot url="https://github.com/codespaces" src="img/screenshots/20-dev-env/2-dev-env-setup/2-click-connect.png" alt="Click Connect" />
2626

27-
In the modal that appears at the top of the screen, enter the string `mongodb://admin:mongodb@mongodb:27017/` and hit `Enter` on your keyboard.
27+
In the modal that appears at the top of the screen, copy and paste the following string, and hit **Enter** on your keyboard:
28+
29+
<div>
30+
```
31+
mongodb://admin:mongodb@mongodb:27017/
32+
```
33+
</div>
2834

2935
<Screenshot url="https://github.com/codespaces" src="img/screenshots/20-dev-env/2-dev-env-setup/3-enter-connection-string.png" alt="Enter connection string" />
3036

0 commit comments

Comments
 (0)