Skip to content

Commit be15284

Browse files
update readme
1 parent a2a90c3 commit be15284

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,21 @@ Make echo colorful with easier method. In [bash](https://www.gnu.org/software/ba
77

88
## Usage
99

10+
* echo.`Style`.`Color`
11+
12+
### Examples
13+
1014
* echo.Cyan CyanExample
1115
* echo.ULCyan UnderLineCyanExample
1216
* echo.BoldCyan BoldCyanExample
1317
* echo.BoldULCyan BoldUnderLineCyanExample
1418

19+
## Supported styles
20+
21+
* Bold as `Bold`
22+
* Light as `Light`
23+
* Underline as `UL`
24+
1525
## Supported colors
1626

1727
* See [color table](https://cdn.rawgit.com/PeterDaveHello/ColorEchoForShell/master/table.txt)

0 commit comments

Comments
 (0)