Skip to content

Commit

Permalink
fix(README): missing parentheses in example
Browse files Browse the repository at this point in the history
  • Loading branch information
Freyskeyd committed Jul 2, 2015
1 parent e00b81a commit b08b5f2
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 b08b5f2

Please sign in to comment.