We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bda9c28 + f44e8a8 commit 6b88598Copy full SHA for 6b88598
source/reference/create-client.txt
@@ -10,12 +10,12 @@ Creating a Client
10
:depth: 2
11
:class: singlecol
12
13
-Using ``Mongo::Client``
14
-=======================
+Using Mongo::Client
+===================
15
16
To connect to a MongoDB deployment, create a ``Mongo::Client`` object.
17
Provide a list of hosts and options or a :manual:`connection string URI
18
-</reference/connection-string/>` to the``Mongo::Client`` constructor.
+</reference/connection-string/>` to the ``Mongo::Client`` constructor.
19
The client's selected database defaults to ``admin``.
20
21
By default, the driver will automatically detect the topology used by the
0 commit comments