Skip to content

Commit

Permalink
Merge pull request #18 from kribblo/kribblo-patch-1
Browse files Browse the repository at this point in the history
Add a link to process.spawn() docs
  • Loading branch information
kribblo authored Oct 20, 2018
2 parents 1d98bd3 + c27bfca commit fd4e42b
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 @@ -17,7 +17,7 @@ const ffmpeg = require('@ffmpeg-installer/ffmpeg');
console.log(ffmpeg.path, ffmpeg.version);
```

### process.spawn()
### [process.spawn()](https://nodejs.org/api/child_process.html#child_process_child_process_spawn_command_args_options)

```javascript
const ffmpegPath = require('@ffmpeg-installer/ffmpeg').path;
Expand Down

0 comments on commit fd4e42b

Please sign in to comment.