diff --git a/README.md b/README.md
index 3b7958e..40b70b5 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ The following properties can be configured:
This value is OPTIONAL
Possible values: Object with keys;
enabled, a boolean to rotate this position or not,
-
ignoredModules, a String array of modules names to ignore.
+
ignoreModules, a String array of modules names to ignore.
overrideTransitionInterval, a int a transition time for this position only.
Default value: {enabled: false, ignoreModules: [], overrideTransitionInterval: 10000}
@@ -154,4 +154,4 @@ var config = {
}
]
}
-```
\ No newline at end of file
+```