Skip to content

Commit

Permalink
Fix examples/indeterminable.js description
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeschastny committed May 22, 2016
1 parent 486d1cf commit decdd0e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/indeterminable.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
/**
* An example to show how node-progress handles user-specified widths
* which exceed the number of columns in the terminal
* An example to show how node-progress handles progress bar
* with unknown total number of ticks
*/

var ProgressBar = require('../');

// simulated download, passing the chunk lengths to tick()

var bar = new ProgressBar(' [:wheel][:bar] :current/:total :elapseds :percent :etas', {
complete: '='
, incomplete: ' '
Expand Down

0 comments on commit decdd0e

Please sign in to comment.