From 06134ae5ef2ecb623e7be9ed6d2bbee734a6792c Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Thu, 3 Sep 2015 18:09:00 -0500 Subject: [PATCH] Link to npm page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a80c4d2..26d4419 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A drop-in JavaScript textarea replacement for writing beautiful and understandab WYSIWYG editors that produce HTML are often complex and buggy. Markdown solves this problem in many ways, plus Markdown can be rendered natively on more platforms than HTML. However, Markdown is not a syntax that an average user will be familiar with, nor is it visually clear while editing. In otherwords, for an unfamiliar user, the syntax they write will make little sense until they click the preview button. SimpleMDE has been designed to bridge this gap for non-technical users who are less familiar with or just learning Markdown syntax. ## Quick start -SimpleMDE is available on npm. +SimpleMDE is available on [npm](https://www.npmjs.com/package/simplemde). ``` npm install simplemde --save ```