Merge pull request #1 from Galadirith/fix-unpkg-url

Use correct unpkg url for plugin
This commit is contained in:
Dom Christie 2017-12-18 18:30:04 +00:00 committed by GitHub
commit 27e789a749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ Browser:
```html
<script src="https://unpkg.com/turndown/dist/turndown.js"></script>
<script src="https://unpkg.com/turndown/dist/turndown-plugin-gfm.js"></script>
<script src="https://unpkg.com/turndown-plugin-gfm/dist/turndown-plugin-gfm.js"></script>
```
## Usage