diff --git a/modules/default/compliments/README.md b/modules/default/compliments/README.md
index 835fbe1e..13063a3b 100644
--- a/modules/default/compliments/README.md
+++ b/modules/default/compliments/README.md
@@ -31,7 +31,7 @@ The following properties can be configured:
| `fadeSpeed` | Speed of the update animation. (Milliseconds)
**Possible values:**`0` - `5000`
**Default value:** `4000` (4 seconds)
| `compliments` | The list of compliments.
**Possible values:** An object with four arrays: `morning`, `afternoon`, `evening` and `anytime`. See _compliment configuration_ below.
**Default value:** See _compliment configuration_ below.
| `remoteFile` | External file from which to load the compliments
**Possible values:** Path to a JSON file containing compliments, configured as per the value of the _compliments configuration_ (see below). An object with four arrays: `morning`, `afternoon`, `evening` and `anytime`. - `compliments.json`
**Default value:** `null` (Do not load from file)
-| `classes` | Override the CSS classes of the div showing the compliments
+| `classes` | Override the CSS classes of the div showing the compliments
**Default value:** `thin xlarge bright`
### Compliment configuration