We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a68c544 commit 1e88240Copy full SHA for 1e88240
1 file changed
examples/example_art.php
@@ -45,8 +45,8 @@
45
46
// Multilingual banners
47
$cli = new WizardCLI\WizardCLI(['theme' => 'wizard']);
48
-$cli->color("Multilingual banner (Hebrew):", "magenta+bold");
49
-$cli->art("קוסם בטרמינל");
+$cli->color("Multilingual banner (Loop):", "magenta+bold");
+$cli->art("WizardLoop!");
50
51
$cli->color("Multilingual banner (Russian):", "cyan+bold");
52
$cli->art("ВОЛШЕБНИК");
0 commit comments