Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
Co-authored-by: James Sumners <[email protected]>
  • Loading branch information
nicokaiser and jsumners authored Sep 21, 2020
1 parent 73e16ab commit 9c59509
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 @@ -35,7 +35,7 @@ Available methods:

All methods are no operation functions.

Some loggers like Pino implement a `child()` method, which can be easily added to an `abstract-logging` instance in case it is needed:
Some loggers, like [Pino](https://getpino.io/), implement a `child()` method. This method can be easily added to an `abstract-logging` instance when stubbing out such loggers:

```js
const logger = require('abstract-logging')
Expand Down

0 comments on commit 9c59509

Please sign in to comment.