Skip to content

Commit 788f371

Browse files
author
Wes Cossick
committed
Tweak README wording
1 parent 118a61b commit 788f371

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ var simplemde = new SimpleMDE({
136136

137137
#### Toolbar icons
138138

139-
Below are the built-in toolbar icons (only some of which are enabled by default), which can be reorganized however you like. "Name" is the name of the icon, referenced in the JS. "Action" is either a function or a URL to open. "Class" is the class given to the icon. "Tooltip" is the small tooltip that appears via the `title=""` attribute. The `Ctrl` and `Alt` in the title tags will be changed automatically to their Mac equivalents when needed. Additionally, you can add a separator between any icons by adding `"|"` to the toolbar array.
139+
Below are the built-in toolbar icons (only some of which are enabled by default), which can be reorganized however you like. "Name" is the name of the icon, referenced in the JS. "Action" is either a function or a URL to open. "Class" is the class given to the icon. "Tooltip" is the small tooltip that appears via the `title=""` attribute. Any `Ctrl` or `Alt` in the title tags will be converted automatically to their Mac equivalents when needed. Additionally, you can add a separator between any icons by adding `"|"` to the toolbar array.
140140

141141
Name | Action | Tooltip<br>Class
142142
:--- | :----- | :--------------
@@ -175,7 +175,7 @@ var simplemde = new SimpleMDE({
175175
name: "bold",
176176
action: SimpleMDE.toggleBold,
177177
className: "fa fa-bold",
178-
title: "Bold (Ctrl+B)", // 'Ctrl' is replaced with '⌘' on Mac
178+
title: "Bold (Ctrl+B)",
179179
},
180180
"|", // Separator
181181
...

0 commit comments

Comments
 (0)