Skip to content

Commit 1f9d27b

Browse files
committed
Merge branch 'master' of github.com:jenssegers/Laravel-MongoDB
2 parents 53d286f + 75a461b commit 1f9d27b

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
@@ -44,7 +44,7 @@ You can connect to multiple servers or replica sets with the following configura
4444

4545
'mongodb' => array(
4646
'driver' => 'mongodb',
47-
'host' => array('server1', 'server2),
47+
'host' => array('server1', 'server2'),
4848
'port' => 27017,
4949
'username' => 'username',
5050
'password' => 'password',

0 commit comments

Comments
 (0)