Skip to content

Commit 1e51e98

Browse files
author
Wes Cossick
committed
Tweak status bar wording
1 parent 3da94ef commit 1e51e98

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,8 @@ simplemde.value("This text will appear in the editor");
9898
- **shortcuts**: Keyboard shortcuts associated with this instance. Defaults to the [array of shortcuts](#keyboard-shortcuts).
9999
- **showIcons**: An array of icon names to show. Can be used to show specific icons hidden by default without completely customizing the toolbar.
100100
- **spellChecker**: If set to `false`, disable the spell checker. Defaults to `true`.
101-
- **status**: If set to `false`, hide the status bar. Defaults to `true`.
102-
- Optionally, you can set an array of status bar elements to include, and in what order.
103-
- **statusCustom**: An object of custom elements to add to the status bar.
101+
- **status**: If set to `false`, hide the status bar. Defaults to the array of built-in status bar items.
102+
- Optionally, you can set an array of status bar items to include, and in what order. You can even define your own custom status bar items.
104103
- **tabSize**: If set, customize the tab size. Defaults to `2`.
105104
- **toolbar**: If set to `false`, hide the toolbar. Defaults to the [array of icons](#toolbar-icons).
106105
- **toolbarTips**: If set to `false`, disable toolbar button tips. Defaults to `true`.

0 commit comments

Comments
 (0)