diff --git a/README.md b/README.md
index f758126..3d6e578 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ The following properties can be configured:
|`lat`|**Required with lon (or use locationID)** This is the latitude of the location you want to get the weather for.
**Type:** `number`
**Default value:** `0.0`|
|`lon`|**Required with lat (or use locationID)** This is the longitude of the location you want to get the weather for.
**Type:** `number`
**Default value:** `0.0`|
|`particleCount`|The number of particles to show for each effect. Higher counts may cause performance issues.
**Type:** `integer`
**Default value:** `100`|
-|`sequential`|If set, will not display weather and a custom effect at the same time. It will run for effectDuration, wait for effectDelay, and then show the next. If not set, both weather and effect can be seen together.
`weather` to see weather first
`effect` to see effect first
`effect-one` to see effect first but only 1 effect at a time, going in order of the array. Repeats until either the weather changes and/or the effect date/holiday is no longer today.
**Options:**`weather`,`effect`,`effect-one`
**Type:** `string`
**Default value:** `null`|
+|`sequential`|If set, will not display weather and a custom effect at the same time. It will run for effectDuration, wait for effectDelay, and then show the next. Repeats until either the weather changes and/or the effect date/holiday is no longer today. If not set, both weather and effect can be seen together.
`weather` to see weather first
`effect` to see effect first
`effect-one` to see effect first but only 1 effect at a time, going in order of the array.
**Options:**`weather`,`effect`,`effect-one`
**Type:** `string`
**Default value:** `null`|
|`weatherInterval`|How often the weather is updated.
**Type:** `integer`
**Default value:** `600000 // 10 minutes`|
|`zIndex`|Sets the z-index of the module's wrapper, in case of other elements being blocked.
**Type:** `number`
**Default value:** `99`|