From ec685e489b9bc1d1fd21e2bcd75a5ce5fa94120e Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Mon, 22 Jun 2015 13:17:31 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e1821cd..e060ec8 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ A drop-in JavaScript textarea replacement for writing beautiful and understandab ![Preview](http://i.imgur.com/l5antiW.png) -### How it works +## How it works Markdownify is an improvement of [lepture's Editor project](https://github.com/lepture/editor) and includes a great many number of changes. It is bundled with [CodeMirror](https://github.com/codemirror/codemirror) and [Font Awesome](http://fortawesome.github.io/Font-Awesome/). -### Quickstart +## Quickstart ``` @@ -20,7 +20,7 @@ var markdownify = new Markdownify(); markdownify.render(); ``` -##### Use a specific textarea +#### Use a specific textarea Pure JavaScript method