From 2ad89bd8c84889dd6524f6e5ae02c3e4a2c5f588 Mon Sep 17 00:00:00 2001 From: Serg Date: Thu, 12 Apr 2018 17:16:48 +0700 Subject: [PATCH] fix a typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8eb3f6..2e22d2b 100644 --- a/README.md +++ b/README.md @@ -121,9 +121,9 @@ File for customize your preset for MTMR: `open ~/Library/Application Support/MTM "keycode": 1, ``` -- `appleSctipt` +- `appleScript` ```js - "action": "appleSctipt", + "action": "appleScript", "actionAppleScript": { "inline": "tell application \"Finder\"\rmake new Finder window\rset target of front window to path to home folder as string\ractivate\rend tell" // "filePath" or "base64" will work as well