Skip to content

Commit

Permalink
Fix Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 20, 2019
1 parent b552e04 commit ff62f4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ With [`stream()`](#streamfunction-options), whether the command result should:
## from

_Type_: `string`<br> _Value_: `'stdout'`, `'stderr'` or `'all'`<br> _Default_:
`'stdout'`

Which output stream to use with [`result: 'replace'`](#result).

Expand Down
5 changes: 2 additions & 3 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,8 @@ With [`stream()`](#streamfunction-options), whether the command result should:

### from

_Type_: `string`<br> _Value_: `'stdout'`, `'stderr'` or `'all'`

_Default_: `'stdout'`
_Type_: `string`<br> _Value_: `'stdout'`, `'stderr'` or `'all'`<br> _Default_:
`'stdout'`

Which output stream to use with [`result: 'replace'`](#result).

Expand Down

0 comments on commit ff62f4e

Please sign in to comment.