Skip to content

Commit 4b75a4e

Browse files
author
Wes Cossick
committed
Tweak README for the last time
1 parent cc4cd7a commit 4b75a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ var simplemde = new SimpleMDE({
265265
});
266266
```
267267

268-
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.
268+
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.
269269

270270
The list of actions that can be bound is the same as the list of built-in actions available for [toolbar buttons](#toolbar-icons).
271271

0 commit comments

Comments
 (0)