Skip to content

Commit

Permalink
docs: clear ambiguity about CDN usage
Browse files Browse the repository at this point in the history
Add unpkg as an alternative cdn and clear ambiguity about CDN usage
It allows to skip version tag (it uses a latest version as default) and it's appealing due to its conciseness.

Closes  #742
  • Loading branch information
dagolinuxoid authored and tivie committed Nov 2, 2019
1 parent 7664bea commit fe5d125
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@ You can also use one of several CDNs available:

https://cdnjs.cloudflare.com/ajax/libs/showdown/<version tag>/showdown.min.js

* unpkg

https://unpkg.com/showdown/dist/showdown.min.js

*Note*: replace `<version tag>` with an actual full length version you're interested in e.g. `1.9.0`
## Browser Compatibility

Showdown has been tested successfully with:
Expand Down

0 comments on commit fe5d125

Please # to comment.