Skip to content

Commit

Permalink
Merge pull request #1 from codeclown/patch-1
Browse files Browse the repository at this point in the history
Added missing quote in readme
  • Loading branch information
codeclown committed Mar 11, 2014
2 parents 3a30bf7 + dd0df73 commit 14e8022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ You can connect to multiple servers or replica sets with the following configura

'mongodb' => array(
'driver' => 'mongodb',
'host' => array('server1', 'server2),
'host' => array('server1', 'server2'),
'port' => 27017,
'username' => 'username',
'password' => 'password',
Expand Down

0 comments on commit 14e8022

Please sign in to comment.