diff options
| -rw-r--r-- | ledctl/README.md | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/ledctl/README.md b/ledctl/README.md index 81eaf08..770d531 100644 --- a/ledctl/README.md +++ b/ledctl/README.md @@ -25,14 +25,15 @@ systemctl enable led-boot led-ready ## Usage -Use the ```ledctl``` script to set the LED color. +Use the `ledctl` script to set the LED color. -``` +` ledctl <color> -``` +` Valid colors are - on, off - red, green, blue, yellow, pink, cyan - #rrggbb + +- on, off +- red, green, blue, yellow, pink, cyan +- \#rrggbb e.g. #ff0000 |
