Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
[fixed] minor documentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thealjey committed Feb 7, 2017
1 parent c979e8a commit 6d21f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/findBinary.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const npm = new NativeProcess('npm'),
* // or - import {findBinary} from 'webcompiler/lib/findBinary';
* // or - var findBinary = require('webcompiler').findBinary;
* // or - var findBinary = require('webcompiler/lib/findBinary').findBinary;
* // import logError somehow
* import {logError} from 'webcompiler';
*
* findBinary('something', (error, binary) => {
* if (error) {
Expand Down

0 comments on commit 6d21f9e

Please sign in to comment.