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.
1 parent d2d50df commit c9b5830Copy full SHA for c9b5830
source/connect/connection-options.txt
@@ -38,8 +38,8 @@ and the ``tls`` option with a value of ``true``:
38
uri = "mongodb://<hostname>:<port>/?connectTimeoutMS=60000&tls=true"
39
client = Mongo::Client.new(uri)
40
41
-Using a ``Mongo::Client``
42
-~~~~~~~~~~~~~~~~~~~~~~~~~
+Using a Mongo::Client
+~~~~~~~~~~~~~~~~~~~~~
43
44
You can pass connection options as arguments to the ``Mongo::Client`` constructor
45
instead of including them in your connection URI.
0 commit comments