Skip to content

Commit

Permalink
doc nits
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Apr 19, 2018
1 parent b90676e commit 5f821c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/API.md
Expand Up @@ -626,12 +626,12 @@ will be `process.stdout.fd`.

The default `stream` is a destination.

It is based on [`sonic-boom`](https://github.com/mcollina/sonic-boom).
`pino.destination()` is implemented on [`sonic-boom`](https://github.com/mcollina/sonic-boom).

<a id="extreme"></a>
# .extreme(dest?)

Create an extreme mode destination. It yields an additional 60% performance.
Create an extreme mode destination. This yields an additional 60% performance boost.
There are trade-offs that should be understood before usage.
See [Extreme mode explained](extreme.md).

Expand All @@ -644,7 +644,7 @@ const logger2 = pino(pino.extreme())
`dest` can be either a file or a file descriptor. If it is omitted, it
will be `process.stdout.fd`.

It is based on [`sonic-boom`](https://github.com/mcollina/sonic-boom).
`pino.extreme()` is implemented on [`sonic-boom`](https://github.com/mcollina/sonic-boom).

<a id="metadata"></a>
# Metadata
Expand Down

0 comments on commit 5f821c9

Please sign in to comment.