Skip to content

Commit

Permalink
Add mocha reference in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
inikulin committed Dec 15, 2016
1 parent 1057f63 commit 768850b
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 @@ -4,7 +4,7 @@
*Filters out v8 flags for your Node.js CLIs.*

Filters out well-known v8 flags given to your app and spawns new process with v8 flags passed to Node.js and the rest
of the args passed to your actual CLI.
of the args passed to your actual CLI. Basically an extraction of related [mocha code](https://github.com/mochajs/mocha/blob/master/bin/mocha).

## Install
```
Expand Down

0 comments on commit 768850b

Please sign in to comment.