Skip to content

Commit 042ceea

Browse files
authored
Update README.md
1 parent 20e4ce3 commit 042ceea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $cli->table(["Name", "Spell"], [
5454
]);
5555
$cli->progressBar(100, "Created By Wizard Loop | @WizardLoop");
5656
for ($i = 1; $i <= 100; $i++) {
57-
usleep(1);
57+
usleep(40000);
5858
$cli->progressAdvance();
5959
}
6060
$cli->progressFinish();

0 commit comments

Comments
 (0)