Skip to content

Commit 69819cc

Browse files
committed
readme
1 parent d42bd12 commit 69819cc

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ inspired by [JakubOnderka/PHP-Console-Color](https://github.com/JakubOnderka/PHP
2020
```bash
2121
composer require alecrabbit/php-console-colour
2222
```
23-
### ConsoleColor::class
24-
25-
// TODO
26-
2723
### Theme::class
2824
##### Usage
2925
```php
@@ -60,11 +56,16 @@ $colorized = $theme->darkItalic('This text is dark and italic.')
6056
* @method underlinedItalic(string $text)
6157
*/
6258
```
59+
> Note: not all methods could be listed.
6360
> Note: new methods will be added. Pull requests are welcomed.
6461
6562
##### Define your own themes
66-
* [How to extend `Theme::class`?](docs/howToExtendThemeClass.md)
63+
* `Theme::class` [How to extend?](docs/howToExtendThemeClass.md)
64+
65+
### ConsoleColor::class
6766

67+
// TODO
68+
6869
### Examples
6970
* [using_themes_class.php](https://github.com/alecrabbit/php-console-colour/blob/master/examples/using_themes_class.php)
7071

0 commit comments

Comments
 (0)