Skip to content

Commit 7d35259

Browse files
committed
Fix examples/indeterminable.js description
1 parent 373c7cd commit 7d35259

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/indeterminable.js

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
/**
2-
* An example to show how node-progress handles user-specified widths
3-
* which exceed the number of columns in the terminal
2+
* An example to show how node-progress handles progress bar
3+
* with unknown total number of ticks
44
*/
55

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

8-
// simulated download, passing the chunk lengths to tick()
9-
108
var bar = new ProgressBar(' [:wheel][:bar] :current/:total :elapseds :percent :etas', {
119
complete: '='
1210
, incomplete: ' '

0 commit comments

Comments
 (0)