Skip to content

Commit 5cf86d8

Browse files
author
ajosh0504
committed
Making conn string copyable
1 parent d5f34fc commit 5cf86d8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

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

3737
<Screenshot url="https://github.com/codespaces" src="img/screenshots/20-dev-env/1-dev-env-setup/4-click-connect.png" alt="Click Connect" />
3838

39-
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.
39+
In the modal that appears at the top of the screen, copy and paste the following string, and hit **Enter** on your keyboard:
40+
41+
<div>
42+
```
43+
mongodb://admin:mongodb@mongodb:27017/
44+
```
45+
</div>
4046

4147
<Screenshot url="https://github.com/codespaces" src="img/screenshots/20-dev-env/1-dev-env-setup/5-enter-connection-string.png" alt="Enter connection string" />
4248

0 commit comments

Comments
 (0)