Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ npm install smartquotes
bower install smartquotes
```

You can also include it via CDN:

```html
<script src="https://cdn.jsdelivr.net/npm/smartquotes/dist/smartquotes.js"></script>
```

Or download and use straight in your HTML:

```markup
Expand Down