Skip to content

Commit 20e4ce3

Browse files
authored
Update README.md
1 parent 038826a commit 20e4ce3

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,12 @@ $cli->table(["Name", "Spell"], [
5252
["Merlin", "Invisibility"],
5353
["Morgana", "Fireball"]
5454
]);
55-
$cli->progressBar(100, "Casting spell...");
55+
$cli->progressBar(100, "Created By Wizard Loop | @WizardLoop");
56+
for ($i = 1; $i <= 100; $i++) {
57+
usleep(1);
58+
$cli->progressAdvance();
59+
}
60+
$cli->progressFinish();
5661
```
5762

5863
---

0 commit comments

Comments
 (0)