From ffb80680f32e033faf1dab8fec973972690c4d36 Mon Sep 17 00:00:00 2001 From: Leon Kiefer Date: Wed, 26 Feb 2020 23:12:44 +0100 Subject: [PATCH] fixed small typo in the positional config --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```