Commit 8045cc81 authored by Jens Segers's avatar Jens Segers

Merge pull request #840 from akaramires/patch-1

Update README.md
parents 7a7f32d7 aaf4e1e9
......@@ -120,7 +120,7 @@ And add a new mongodb connection:
'username' => env('DB_USERNAME'),
'password' => env('DB_PASSWORD'),
'options' => [
'db' => 'admin' // sets the authentication database required by mongo 3
'database' => 'admin' // sets the authentication database required by mongo 3
]
],
```
......
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