Skip to content

Commit ec432f9

Browse files
docs: correct Progress example in README (#505)
1 parent 78fd3ae commit ec432f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/prompts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ p.start('Downloading archive');
262262
// Do download here
263263
p.advance(3, 'Downloading (30%)');
264264
// ...
265-
p.advance(8, 'Downloading (80%)');
265+
p.advance(5, 'Downloading (80%)');
266266
// ...
267267
p.stop('Archive downloaded');
268268
```

0 commit comments

Comments
 (0)