Skip to content

Commit e45892f

Browse files
committed
Add mising A to fg256 example in readme
1 parent 8f8f9c4 commit e45892f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ echo $color->ok('This is ok msg');
465465
```php
466466
Ahc\Cli\Output\Color::style('mystyle', [
467467
'bg' => Ahc\Cli\Output\Color::CYAN,
468-
'fg' => hc\Cli\Output\Color::fg256(57), // 256 colors can be used as well
468+
'fg' => Ahc\Cli\Output\Color::fg256(57), // 256 colors can be used as well
469469
'bold' => 1, // You can experiment with 0, 1, 2, 3 ... as well
470470
]);
471471

0 commit comments

Comments
 (0)