diff --git a/README.md b/README.md index 0f4c39d..9a4cbda 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Here is what every option means: | Name | Type | Default | Description | | -------------------- | :-------: | :----------: | --------------------------------------------------------------- | -| `updateInterval` | `int` | **required** | Updateintervall in seconds. | +| `updateInterval` | `int` | **required** | Update intervall in seconds. | | `babelLocale` | `string` | **required** | Locale for date Format | | `mqtt` | `json` | **required** | Broker = Mqtt Broker IP / Username and Passwort are optional! | | `volvoData` | `json` | **required** | Username and password are required. Car vin can be a single vin or a list of multiple vins like `["vin1", "vin2"]`. If no vin is provided, ALL of your vehicles will be used. Vccapi key is your api key from [here](https://developer.volvocars.com/account/). |