Skip to content

Commit

Permalink
Fixed indentation in sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Jul 9, 2012
1 parent 7a7a715 commit e9417f8
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 @@ -13,7 +13,7 @@ var ProgressBar = require('progress');

var bar = new ProgressBar(':bar', { total: 10 });
var timer = setInterval(function(){
bar.tick();
bar.tick();
if (bar.complete) {
console.log('\ncomplete\n');
clearInterval(timer);
Expand Down

0 comments on commit e9417f8

Please sign in to comment.