Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhasbach committed Apr 1, 2016
1 parent 4d64e86 commit 6d36876
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 @@ -21,7 +21,7 @@ Execute WMIC with the provided `args`
__Example__

```
wmic.query('process where name="notepad.exe" get executablepath', function (err, stdOut) {
wmic.execute('process where name="notepad.exe" get executablepath', function (err, stdOut) {
if (err) {
console.error(err);
}
Expand Down

0 comments on commit 6d36876

Please sign in to comment.