Commit 32ba16d4 authored by Derick Rethans's avatar Derick Rethans

Merged pull request #433

parents d4583a9b d91af235
...@@ -57,7 +57,7 @@ The following example selects the ``users`` collection in the ``test`` database: ...@@ -57,7 +57,7 @@ The following example selects the ``users`` collection in the ``test`` database:
$db = (new MongoDB\Client)->test; $db = (new MongoDB\Client)->test;
$collection = $db->selectCollection('test', 'users'); $collection = $db->selectCollection('users');
The following example selects the ``users`` collection in the ``test`` The following example selects the ``users`` collection in the ``test``
database with a custom read preference: database with a custom read preference:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment