Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Apr 7, 2016
1 parent bcb5409 commit 23810d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ Instantiate a new Quill object with a css selector for the div that should becom
### CDN

```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" />
<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 23810d2

Please sign in to comment.