Skip to content

Commit

Permalink
Merge pull request #2 from jonadev95/master
Browse files Browse the repository at this point in the history
fixed a typo
  • Loading branch information
SimonSchick committed Dec 8, 2015
2 parents 7b5da29 + e4e6683 commit ec076fc
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 @@ -76,7 +76,7 @@ var argParser = new ArgumentParser('example', {

var conf;
try {
config = argParser.run();
conf = argParser.run();
} catch(e) {
console.error(argParser.getHelpText());
return;
Expand Down

0 comments on commit ec076fc

Please sign in to comment.