Skip to content

Commit

Permalink
add bubble to cdn list
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Apr 7, 2016
1 parent 9c59775 commit 1b8e508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Instantiate a new Quill object with a css selector for the div that should becom
```html
<link href="//cdn.quilljs.com/0.19.10/quill.css" rel="stylesheet" />
<link href="//cdn.quilljs.com/0.19.10/quill.snow.css" rel="stylesheet" />
<link href="//cdn.quilljs.com/0.19.10/quill.bubble.css" rel="stylesheet" />
<script src="//cdn.quilljs.com/0.19.10/quill.js" type="text/javascript"></script>
<script src="//cdn.quilljs.com/0.19.10/quill.min.js" type="text/javascript"></script>
```
Expand Down

0 comments on commit 1b8e508

Please sign in to comment.