From 4b75a4e38e9aee6e6fd8f6cbfcf1b4812ea0508a Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Fri, 22 Jan 2016 14:05:05 -0600 Subject: [PATCH] Tweak README for the last time --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3191967..5e45242 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,7 @@ var simplemde = new SimpleMDE({ }); ``` -Shortcuts are automatically converted between platforms. If you define a shortcut as "Cmd-B", on PC that shortcut will be changed to "Ctrl-B". Conversely, a shortcut defined as "Ctrl-I" will become "Cmd-I" in a browser of a Mac user. +Shortcuts are automatically converted between platforms. If you define a shortcut as "Cmd-B", on PC that shortcut will be changed to "Ctrl-B". Conversely, a shortcut defined as "Ctrl-B" will become "Cmd-B" for Mac users. The list of actions that can be bound is the same as the list of built-in actions available for [toolbar buttons](#toolbar-icons).