Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed May 20, 2015
1 parent 3f9b85c commit a7e94e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,9 @@ t.strictEqual(config.FULL_UPPER_CASE.PORT, 8080);
var config = env
.on('env:found', function (fullKeyName, value) {
console.log('[env] %s was defined, using: %s', fullKeyName, String(value));
doneAfterTwoCall();
})
.on('env:fallback', function (fullKeyName, $default) {
console.log('[env] %s was not defined, using default: %s', fullKeyName, String($default));
doneAfterTwoCall();
})
.getOrElseAll({
node: {
Expand Down

0 comments on commit a7e94e2

Please sign in to comment.