Skip to content

Commit 14e8022

Browse files
committed
Merge pull request #1 from codeclown/patch-1
Added missing quote in readme
2 parents 3a30bf7 + dd0df73 commit 14e8022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
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)