From 06867c9ea9d5e6037b20870c617ac002d6707bf4 Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Mon, 31 Aug 2015 12:36:25 -0500 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a04713..a410689 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 who may be less experienced with Markdown to use familiar toolbar buttons and shortcuts. In addition, the the syntax is rendered while editing to clearly show the expected result. Headings are larger, emphasized words are italicized, links are underlined, etc. SimpleMDE is one of the first editors to feature both built-in autosaving and spell checking. +A drop-in JavaScript textarea replacement for writing beautiful and understandable markdown. The WYSIWYG-esque editor allows users who may be less experienced with Markdown to use familiar toolbar buttons and shortcuts. In addition, the syntax is rendered while editing to clearly show the expected result. Headings are larger, emphasized words are italicized, links are underlined, etc. SimpleMDE is one of the first editors to feature both built-in autosaving and spell checking. [**Demo**](http://nextstepwebs.github.io/simplemde-markdown-editor)