Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenpj committed Dec 2, 2011
1 parent 90a157d commit 48faaf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},'Adds two numbers');
control.register('shutdown', function () {
process.exit(0);
}'Shuts down process');
},'Shuts down process');


In action:
Expand Down Expand Up @@ -51,7 +51,7 @@

Change it!
control.color = 'red'; //or blue, cyan, green, magenta, yellow, white
control.color = 'red'; //or blue, cyan, green, magenta, yellow, white, grey

* Auto argument parsing:

Expand Down

0 comments on commit 48faaf5

Please sign in to comment.