From 7a1800252cbfe9b9385fd2bcf2eb320a31058a7e Mon Sep 17 00:00:00 2001 From: Kaibin Yang <44992049+SkyYkb@users.noreply.github.com> Date: Thu, 13 Aug 2020 19:32:55 +0800 Subject: [PATCH] Fix error. (#325) Colon expected. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5daea2a..ed2cc03 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,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" },