Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yakovlevga authored Dec 14, 2017
1 parent 6768bce commit 0e6eeab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ important: jquery is not included as dependency in npm and yarn packages. Add it
## CDNs
### jsDelivr
`<script src="https://cdn.jsdelivr.net/npm/brickyeditor/dist/jquery.brickyeditor.min.js"></script>`

`<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/brickyeditor/dist/jquery.brickyeditor.min.css">`
https://cdn.jsdelivr.net/npm/brickyeditor/dist/jquery.brickyeditor.min.css
https://cdn.jsdelivr.net/npm/brickyeditor/dist/jquery.brickyeditor.min.js

Basic templates url: https://cdn.jsdelivr.net/npm/brickyeditor/dist/templates/bootstrap4.html

### unpkg
`<script src="https://unpkg.com/brickyeditor/dist/jquery.brickyeditor.min.css"></script>`

`<link rel="stylesheet" href="https://unpkg.com/brickyeditor/dist/jquery.brickyeditor.min.js">`

Basic templates url: https://unpkg.com/brickyeditor/dist/templates/bootstrap4.html
Expand Down

0 comments on commit 0e6eeab

Please sign in to comment.