Skip to content

Commit

Permalink
Merge pull request #11 from Freyskeyd/master
Browse files Browse the repository at this point in the history
fix(README): missing parentheses in example
  • Loading branch information
FGRibreau committed Jul 3, 2015
2 parents e00b81a + b08b5f2 commit c7c462c
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 @@ -110,7 +110,7 @@ Common-env adds a [layer of indirection](http://en.wikipedia.org/wiki/Fundamenta
#### Usage

```javascript
var env = require('common-env');
var env = require('common-env')();
var config = env.getOrElseAll({
amqp: {
login: {
Expand Down

0 comments on commit c7c462c

Please sign in to comment.