File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ To connect to a MongoDB deployment, you must create the following items:
27
27
- **MongoDB\\Client** object, which creates the connection to the MongoDB deployment
28
28
and lets you perform operations on it.
29
29
30
- You can also use either of these components to customize the way the {+driver-short+} behaves
30
+ You can also set options within either or both of these components to
31
+ customize the way that the {+driver-short+} behaves
31
32
while connected to MongoDB.
32
33
33
34
This guide shows you how to create a connection string and use a ``MongoDB\Client`` object
@@ -80,13 +81,13 @@ A standard connection string includes the following components:
80
81
81
82
To learn more about connection strings, see
82
83
:manual:`Connection Strings </reference/connection-string>` in the
83
- MongoDB Server documentation .
84
+ Server manual .
84
85
85
86
Create a ``MongoDB\Client``
86
87
---------------------------
87
88
88
89
To create a connection to MongoDB, pass your connection string when constructing
89
- an instance of the ``MongoDB\Client`` class.
90
+ an instance of the ``MongoDB\Client`` class.
90
91
91
92
In the following example, the library uses a sample connection URI to connect to a MongoDB
92
93
deployment on port ``27017`` of ``localhost``:
You can’t perform that action at this time.
0 commit comments