You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/fundamentals/connection/connect.txt
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,11 @@ Other Connection Targets
87
87
Connect to Atlas
88
88
~~~~~~~~~~~~~~~~
89
89
90
-
In the following example, the driver uses a sample connection URI to connect to a MongoDB instance on Atlas with the credentials ``user1`` and ``password1``:
90
+
In the following example, the driver uses a sample connection URI to
91
+
connect to a MongoDB instance on Atlas, using placeholders for your
92
+
username and password. In this example, the client uses
93
+
the :ref:`Stable API <csharp-stable-api>` feature, though
0 commit comments