Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamkou authored Aug 18, 2016
1 parent 419365b commit d13f73a
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 @@ -53,7 +53,7 @@ log.info("Hello world");
log.error('Oooops.', new Error('An error message'));
log.error(new Error('An error message'));

log.message(new Error('An error message'), 3);
log.message(new Error('An error message'), 3); // same as previous
```

##### Extra
Expand Down

0 comments on commit d13f73a

Please sign in to comment.