Skip to content

Commit

Permalink
Merge pull request #10 from frewsxcv/master
Browse files Browse the repository at this point in the history
Fix indentation in README
  • Loading branch information
Christoffer Hallas committed Sep 8, 2013
2 parents aaf74d3 + e9417f8 commit 8e9a512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -17,7 +17,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 8e9a512

Please sign in to comment.