Skip to content

Commit

Permalink
Fix incorrect example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
revov committed Aug 28, 2016
1 parent 90e24ac commit 6204a24
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 @@ -97,7 +97,7 @@ var checker = require('license-checker');

checker.init({
start: '/path/to/start/looking'
}, function(json, err) {
}, function(err, json) {
if (err) {
//Handle error
} else {
Expand Down

0 comments on commit 6204a24

Please sign in to comment.