Skip to content

Commit aaf4e1e

Browse files
committed
Update README.md
1 parent 7a7f32d commit aaf4e1e

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)