Skip to content

Commit

Permalink
Minor improvements on API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani committed Feb 16, 2019
1 parent 7256696 commit 65a1dd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -196,14 +196,14 @@ Switches all loggers belonging to the created instance into the interactive mode

##### `stream`

- Type: `Writable stream` or `Array of Writable streams`
- Type: `stream.Writable|stream.Writable[]`
- Default: `process.stdout`

Destination to which the data is written, can be a single valid [Writable stream](https://nodejs.org/api/stream.html#stream_writable_streams) or an array holding multiple valid Writable streams.

##### `scope`

- Type: `String` or `Array of Strings`
- Type: `String|String[]`

Name of the scope the logger is reporting from.

Expand Down

0 comments on commit 65a1dd4

Please sign in to comment.