Skip to content

Commit 75a461b

Browse files
committed
Merge pull request #155 from codeclown/master
Added missing single quote in readme
2 parents 3a30bf7 + 14e8022 commit 75a461b

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)