Skip to content

Commit 33992c9

Browse files
authored
Merge pull request #2 from Button99/develop
Typo fix
2 parents 9d62ba8 + 536c730 commit 33992c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ List of available colors
2222
<li>Blue: For information messages (blue) </li>
2323
<li>Magenta: For important messages (magenta) </li>
2424
<li>Cyan: For notifications (cyan) </li>
25+
<li>Debug: For debugging (grey) </li>
26+
<li>Notice: For notifications (cyan) </li>
2527
</ul>
2628

2729
```php
@@ -33,7 +35,7 @@ Console::blue("This is a blue message");
3335
Console::magenta("This is a magenta message");
3436
Console::cyan("Cyan message for notification");
3537
Console::debug("Debug testing");
36-
Console::Notice("Notice testing");
38+
Console::notice("Notice testing");
3739
```
3840

3941
#### Progress Bar

0 commit comments

Comments
 (0)