2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-16 06:24:28 -06:00

Update README to fix bug

This commit is contained in:
Wes Cossick 2015-11-03 10:49:15 -06:00
parent 361c097643
commit 118a61b0d7

View File

@ -173,9 +173,9 @@ var simplemde = new SimpleMDE({
var simplemde = new SimpleMDE({
toolbar: [{
name: "bold",
action: toggleBold,
action: SimpleMDE.toggleBold,
className: "fa fa-bold",
title: "Bold (Ctrl+B)",
title: "Bold (Ctrl+B)", // 'Ctrl' is replaced with '⌘' on Mac
},
"|", // Separator
...