From 7d352596e475bb39978107f3a372663756a29407 Mon Sep 17 00:00:00 2001 From: Leonid Beschastny Date: Sun, 22 May 2016 16:13:03 +0300 Subject: [PATCH] Fix examples/indeterminable.js description --- examples/indeterminable.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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: ' '