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 a27e2bf + ed183b6 commit 52145b0Copy full SHA for 52145b0
README.md
@@ -71,7 +71,7 @@ And add a new mongodb connection:
71
'password' => 'password',
72
'database' => 'database',
73
'options' => array(
74
- 'db' => 'admin' // sets the authenication database required by mongo 3
+ 'db' => 'admin' // sets the authentication database required by mongo 3
75
)
76
),
77
```
0 commit comments