From 57e9c60ccd7e6ff0a2191aa569c7b5866027eb8d Mon Sep 17 00:00:00 2001 From: RiverYkb <44992049+SkyYkb@users.noreply.github.com> Date: Fri, 5 Jun 2020 22:38:25 +0800 Subject: [PATCH] Fix error. Colon expected. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2b2332..8462529 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ You can add custom actions for two/three/four finger swipes. To do it, you need "type": "swipe", "fingers": 2, // number of fingers required (2,3 or 4) "direction": "right", // direction of swipe (right/left) - "minOffset" 10, // optional: minimal required offset for gesture to emit event + "minOffset": 10, // optional: minimal required offset for gesture to emit event "sourceApple": { // optional: apple script to run "inline": "beep" },