Skip to content

Commit

Permalink
readme: correct order of params in the constructor.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Mar 31, 2016
1 parent 38996be commit b775325
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 @@ -137,7 +137,7 @@ Into this:
* <a href="#resSerializer"><code>pino.stdSerializers.<b>res</b></code></a>

<a name="constructor"></a>
### pino([opts], [stream])
### pino([stream], [opts])

Returns a new logger. Allowed options are:

Expand Down

0 comments on commit b775325

Please sign in to comment.