diff --git a/examples/indeterminable.js b/examples/indeterminable.js index b5700bd..6e325f3 100644 --- a/examples/indeterminable.js +++ b/examples/indeterminable.js @@ -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: ' '