Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Aug 25, 2019
1 parent 562b02d commit a6e945c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -155,12 +155,13 @@ Otherwise the following error message will be shown:
## nve(versionRange, args?, options?)

_versionRange_: `string`<br> _args_: `string[]`<br> _options_:
`object`<br>_Return value_: `object`
`object`<br>_Return value_: `Promise<object>`

`args` and `options` are the same as in
[`child_process.spawn(command, args, options)`](https://nodejs.org/api/child_process.html#child_process_child_process_spawn_command_args_options).

The return value is an object with the following properties:
The return value is a promise resolving to an object with the following
properties:

- `promise`: resolves with
[`code`](https://nodejs.org/api/child_process.html#child_process_event_exit)
Expand Down

0 comments on commit a6e945c

Please sign in to comment.