Skip to content

Commit 1e88240

Browse files
authored
Update example_art.php
1 parent a68c544 commit 1e88240

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/example_art.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545

4646
// Multilingual banners
4747
$cli = new WizardCLI\WizardCLI(['theme' => 'wizard']);
48-
$cli->color("Multilingual banner (Hebrew):", "magenta+bold");
49-
$cli->art("קוסם בטרמינל");
48+
$cli->color("Multilingual banner (Loop):", "magenta+bold");
49+
$cli->art("WizardLoop!");
5050

5151
$cli->color("Multilingual banner (Russian):", "cyan+bold");
5252
$cli->art("ВОЛШЕБНИК");

0 commit comments

Comments
 (0)