Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Commit

Permalink
fix minor readme styling
Browse files Browse the repository at this point in the history
  • Loading branch information
linkesch committed Nov 19, 2014
1 parent 85d89ac commit f2ff6d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@ The plugin was tested in Chrome 39 in Android and PhantomJS.
## Download

Bower (recommended): ```bower install medium-editor-mobile-plugin --save```

Manual: [Download the latest release as ZIP](https://github.com/orthes/medium-editor-mobile-plugin/archive/master.zip)


## Usage

```<script src="bower_components/medium-editor-mobile-plugin/dist/medium-editor-mobile-plugin.min.js"></script>```
```
<script src="bower_components/medium-editor-mobile-plugin/dist/medium-editor-mobile-plugin.min.js"></script>
```

That's it. No need for initialization, just make sure the script is placed after MediumEditor's script and before the editor is called for the first time.

Expand Down

0 comments on commit f2ff6d0

Please sign in to comment.