2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-17 15:04:28 -06:00

Update README.md

This commit is contained in:
Fabian Köstring 2015-10-16 10:41:01 +02:00
parent bad108966d
commit b9e66d326c

View File

@ -10,12 +10,14 @@ WYSIWYG editors that produce HTML are often complex and buggy. Markdown solves t
## Quick start ## Quick start
### NPM ### Installation
#### NPM
SimpleMDE is available on [npm](https://www.npmjs.com/package/simplemde). SimpleMDE is available on [npm](https://www.npmjs.com/package/simplemde).
``` ```
npm install simplemde --save npm install simplemde --save
``` ```
### jsDelivery #### jsDelivery
SimpleMDE is also available on [jsDelivr](http://www.jsdelivr.com/#!simplemde). *Please note, jsDelivr may take a few days to update to the latest release.* SimpleMDE is also available on [jsDelivr](http://www.jsdelivr.com/#!simplemde). *Please note, jsDelivr may take a few days to update to the latest release.*
```HTML ```HTML
@ -23,11 +25,12 @@ SimpleMDE is also available on [jsDelivr](http://www.jsdelivr.com/#!simplemde).
<script src="//cdn.jsdelivr.net/simplemde/latest/simplemde.min.js"></script> <script src="//cdn.jsdelivr.net/simplemde/latest/simplemde.min.js"></script>
``` ```
### Bower #### Bower
SimpleMDE is also available via [Bower](http://bower.io/). SimpleMDE is also available via [Bower](http://bower.io/).
```console ```console
bower install simplemde-markdown-editor bower install simplemde-markdown-editor
``` ```
### Usage
And then load SimpleMDE on the first textarea on a page And then load SimpleMDE on the first textarea on a page