diff --git a/README.md b/README.md index a7923bdfb..650090401 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,10 @@ And add a new mongodb connection: 'port' => 27017, 'username' => 'username', 'password' => 'password', - 'database' => 'database' + 'database' => 'database', + 'options' => array( + 'db' => 'admin' // sets the authenication database required by mongo 3 + ) ), ```