Skip to content

Commit

Permalink
docs: minor wording
Browse files Browse the repository at this point in the history
  • Loading branch information
palmerabollo committed May 9, 2017
1 parent df7d812 commit 7f221b5
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 @@ -54,7 +54,7 @@ logger.fatal(new Error('Out of memory'), 'SYSTEM UNSTABLE. BYE');

## Context support

Logops supports using global properties that will be merged with the specific ones defined in the call. Simply override the `logger.getContext` method to let the logger to get it. See `logops.child` to see how to also create loggers with context
Logops supports using global properties that will be merged with the specific ones defined in the call. Simply override the `logger.getContext` method to let the logger get it. See `logops.child` to see how to also create loggers with context

```js
var logger = require('logops'),
Expand Down

0 comments on commit 7f221b5

Please sign in to comment.