From b1e045f5b1763e1f85f71b6594ae225663cc8b66 Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Wed, 15 Jul 2015 23:54:54 -0500 Subject: [PATCH] Tweak capitalization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d60b6cd..ded0766 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # SimpleMDE - Markdown Editor -A drop-in JavaScript textarea replacement for writing beautiful and understandable markdown. The WYSIWYG-esque editor allows users to modify the markdown with toolbar buttons and shortcuts. WYSIWYG editors that produce HTML are often complex and buggy. Markdown solves this problem in many ways, but is less visually clear while editing. SimpleMDE has been designed to bridge this gap for non-technical users who are less familiar with or just learning Markdown syntax. +A drop-in JavaScript textarea replacement for writing beautiful and understandable markdown. The WYSIWYG-esque editor allows users to modify the markdown with toolbar buttons and shortcuts. WYSIWYG editors that produce HTML are often complex and buggy. Markdown solves this problem in many ways, but is less visually clear while editing. SimpleMDE has been designed to bridge this gap for non-technical users who are less familiar with or just learning markdown syntax. [Demo](http://nextstepwebs.github.io/simplemde-markdown-editor)