Skip to content

Commit 8045cc8

Browse files
committed
Merge pull request #840 from akaramires/patch-1
Update README.md
2 parents 7a7f32d + aaf4e1e commit 8045cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ And add a new mongodb connection:
120120
'username' => env('DB_USERNAME'),
121121
'password' => env('DB_PASSWORD'),
122122
'options' => [
123-
'db' => 'admin' // sets the authentication database required by mongo 3
123+
'database' => 'admin' // sets the authentication database required by mongo 3
124124
]
125125
],
126126
```

0 commit comments

Comments
 (0)