- Docs: More info on unpkg.com and how releases share URLs only, not downloads (at least for now)

master
Brett Zamir 2018-10-21 19:31:46 +08:00
parent 7dce21aa93
commit 5e7a90b809
1 changed files with 3 additions and 2 deletions

View File

@ -17,9 +17,10 @@ works in any modern browser.
See the [latest release](https://svg-edit.github.io/svgedit/releases/latest/editor/svg-editor.html)
(or its [ES6-Module](https://svg-edit.github.io/svgedit/releases/latest/editor/svg-editor.html) version, which requires a modern browser).
You may also try it at <https://unpkg.com/svgedit/editor/svg-editor.html>.
You may also try it at <https://unpkg.com/svgedit/editor/svg-editor.html> (which
redirects to a versioned URL).
Also available as a download in [releases](https://github.com/SVG-Edit/svgedit/releases).
You may also obtain URLs for specific [releases](https://github.com/SVG-Edit/svgedit/releases).
For testing the latest version in `master`, you may use
<https://raw.githack.com/SVG-Edit/svgedit/master/editor/svg-editor.html>.