Skip to content

Commit

Permalink
Correcting Copy Paste Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
David Schoenbauer committed Dec 2, 2016
1 parent d590928 commit e52e816
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 @@ -36,7 +36,7 @@ $config = ArrayDotNotation::with($mongoConnection);
### GET
```
// Get plain value
$user = $config->get('mongo,default,user');
$user = $config->get('mongo.default.user');
/*
$user = 'username';
*/
Expand Down

0 comments on commit e52e816

Please sign in to comment.