Skip to content

Commit

Permalink
Use correct unpkg url for plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Galadirith authored Dec 18, 2017
1 parent 874b9c7 commit 1830087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1830087

Please sign in to comment.