From cc4cd7acddfd9338380a30b2161dc3fe6a481795 Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Fri, 22 Jan 2016 13:59:40 -0600 Subject: [PATCH] Tweak wording some more --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a85bd7..3191967 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ var simplemde = new SimpleMDE({ onUpdate: function(el) { el.innerHTML = ++this.keystrokes + " Keystrokes"; } - }], // Another optional usage, with a custom status item that counts keystrokes + }], // Another optional usage, with a custom status bar item that counts keystrokes tabSize: 4, toolbar: false, toolbarTips: false,