Skip to content

Commit

Permalink
readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamkou committed Mar 6, 2016
1 parent 1cafd5a commit ca48988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ It is not possible to modify the data.
```javascript
log.setConfig({
filter: [
function (message, extra) { // rejects a "debug" message
return (extra.level < 5);
function (message) { // rejects a "debug" message
return (message.level < 5);
}
]
});
Expand Down

0 comments on commit ca48988

Please sign in to comment.