Skip to content

Commit

Permalink
fix typo in liveview help
Browse files Browse the repository at this point in the history
  • Loading branch information
euforic committed May 1, 2013
1 parent a15ef51 commit 33bc78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/liveview-help
Expand Up @@ -5,7 +5,7 @@
*/

var program = require('commander')
, colors = reuire('coloring')
, colors = require('coloring')
, exec = require('child_process').exec;

// parse argv
Expand Down

0 comments on commit 33bc78d

Please sign in to comment.