diff --git a/README.md b/README.md
index 665e061..3f38698 100644
--- a/README.md
+++ b/README.md
@@ -315,8 +315,9 @@ If cava quits unexpectedly or is force killed, echo must be turned on manually w
| --- | ----------- |
| up / down| increase/decrease sensitivity |
| left / right| increase/decrease bar width |
-| c / b| change forground/background color |
+| f / b| change forground/background color |
| r | Reload configuration |
+| c | Reload colors only |
| q or CTRL-C| Quit C.A.V.A. |
Configuration
@@ -332,6 +333,10 @@ For example:
$ pkill -USR1 cava
```
+Similarly, sending cava a SIGUSR2 signal will reload the colors fromt he configuring file, which is the same as pressing c in the terminal.
+```
+$ pkill -USR2 cava
+```
**Examples on how the equalizer works:**