Skip to content

Commit

Permalink
Remove comment from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dnq committed Jun 2, 2015
1 parent 86697d2 commit d3a8ad2
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 @@ -30,7 +30,7 @@ log.config({
messageFormatting: true
});

log.info("I see %d %s!", 3, "bananas"); // Outputs "I see 3 bananas!"
log.info("I see %d %s!", 3, "bananas");
```

The above code will render to:
Expand Down

0 comments on commit d3a8ad2

Please sign in to comment.