Skip to content

Commit d4155ca

Browse files
committed
Update README.md
1 parent 4cc5aad commit d4155ca

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,17 @@ This is a jQuery plugin.
2323

2424
![Screenshot 1](screenshots/screenshot-01.png)
2525

26+
## Installation with bower
27+
28+
bower install bootstrap-markdown-editor --save
29+
2630
## Example Usage
2731

2832
Include the CSS files of Bootstrap and Bootstrap Markdown Editor:
2933

3034
```html
3135
<link href="bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
32-
<link href="dist/css/bootstrap-markdown-editor.css" rel="stylesheet">
36+
<link href="bower_components/bootstrap-markdown-editor/dist/css/bootstrap-markdown-editor.css" rel="stylesheet">
3337
```
3438

3539
Include the scripts of jQuery, Ace and Bootstrap Markdown Editor.
@@ -39,7 +43,7 @@ Optionally, include the script of Bootstrap to enable tooltips:
3943
<script src="bower_components/jquery/dist/jquery.min.js"></script>
4044
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
4145
<script src="bower_components/ace-builds/src-min/ace.js"></script>
42-
<script src="dist/js/bootstrap-markdown-editor.js"></script>
46+
<script src="bower_components/bootstrap-markdown-editor/dist/js/bootstrap-markdown-editor.js"></script>
4347
```
4448

4549
Create a div for the editor with optional content in markdown format:

0 commit comments

Comments
 (0)