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

Commit f2ff6d0

Browse files
committed
fix minor readme styling
1 parent 85d89ac commit f2ff6d0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@ The plugin was tested in Chrome 39 in Android and PhantomJS.
1111
## Download
1212

1313
Bower (recommended): ```bower install medium-editor-mobile-plugin --save```
14+
1415
Manual: [Download the latest release as ZIP](https://github.com/orthes/medium-editor-mobile-plugin/archive/master.zip)
1516

1617

1718
## Usage
1819

19-
```<script src="bower_components/medium-editor-mobile-plugin/dist/medium-editor-mobile-plugin.min.js"></script>```
20+
```
21+
<script src="bower_components/medium-editor-mobile-plugin/dist/medium-editor-mobile-plugin.min.js"></script>
22+
```
2023

2124
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.
2225

0 commit comments

Comments
 (0)