Skip to content

Commit c403e08

Browse files
Minor adjustment of README.md
1 parent a7ede2b commit c403e08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
- **Versatile Compatibility**: Works with [bash](https://www.gnu.org/software/bash/), [sh](https://en.wikipedia.org/wiki/Bourne_shell), [fish](http://fishshell.com/), [ksh](http://www.kornshell.com/), and [zsh](http://www.zsh.org/).
3232
- **Easy to Use**: Simple syntax for applying styles and colors.
33-
- **Customizable**: Supports various styles including bold, italic, underline, blink, and strikethrough.
33+
- **Customizable**: Supports various styles, including bold, italic, underline, blink, and strikethrough.
3434
- **Environment-Dependent Colors**: Please note that [certain colors](./color%20table.txt#L9-L12) may vary depending on the terminal and environment settings.
3535

3636
## Table of Contents
@@ -50,7 +50,7 @@
5050

5151
## Installation
5252

53-
To utilize ColorEchoForShell in your shell scripts, first download the appropriate script for your specific shell from the [dist directory](./dist). Then, include the ColorEchoForShell script at the beginning of your script by sourcing it:
53+
To utilize ColorEchoForShell in your shell scripts, download the appropriate script for your specific shell from the [dist directory](./dist). Then, include the ColorEchoForShell script at the beginning of your script by sourcing it:
5454

5555
```bash
5656
source ./ColorEcho.bash
@@ -62,7 +62,7 @@ This inclusion will enable all the features of ColorEchoForShell within your scr
6262

6363
## Usage
6464

65-
Use the `echo.StyleColor` syntax to print colorful text. In `ksh`/`sh`, omit the `.` dot symbol. You can combine up to two styles, and the order doesn't matter.
65+
Use the `echo.StyleColor` syntax to print colorful text. In `ksh`/`sh`, omit the `.` dot symbol. You can combine up to two styles; the order doesn't matter.
6666
6767
### Examples
6868

0 commit comments

Comments
Β (0)