diff --git a/README.md b/README.md index 2e22d2b..0ea64bd 100644 --- a/README.md +++ b/README.md @@ -77,13 +77,6 @@ File for customize your preset for MTMR: `open ~/Library/Application Support/MTM "title": "esc", ``` -- `staticImageButton` -```json - "type": "staticImageButton", - "image": "StringInbase64" - "title": "Finder", -``` - - `appleScriptTitledButton` ```js "type": "appleScriptTitledButton", @@ -170,9 +163,8 @@ File for customize your preset for MTMR: `open ~/Library/Application Support/MTM "refreshInterval": 1 }, { - "type": "staticImageButton", - "title": "Finder", - "image": "%base64Finder%", + "type": "staticButton", + "image": { "base64" : "%base64Finder%"}, "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"