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
``NuGet`` is the simplest way to get the driver. `MongoDB.Driver <http://www.nuget.org/packages/mongodb.driver>`__ should be used for all new projects.
35
+
``NuGet`` is the simplest way to get the driver. Use
36
+
`MongoDB.Driver <http://www.nuget.org/packages/mongodb.driver>`_ for
37
+
all new projects.
38
38
39
39
For more information, see :csharp-docs-latest:`Installation
40
40
</getting_started/installation/>`.
@@ -43,7 +43,8 @@ For more information, see :csharp-docs-latest:`Installation
43
43
Connect to MongoDB Atlas
44
44
------------------------
45
45
46
-
To connect to a :atlas:`MongoDB Atlas </>` cluster, use the :atlas:`Atlas connection string </driver-connection>` for your cluster:
46
+
To connect to a :atlas:`MongoDB Atlas </>` cluster, use the
47
+
:atlas:`Atlas connection string </driver-connection>` for your cluster:
0 commit comments