- Docs: Clarify unpkg is latest npm, not `master`

master
Brett Zamir 2018-10-14 12:46:20 +08:00
parent b7269db7f4
commit 6617110d76
1 changed files with 3 additions and 1 deletions

View File

@ -17,9 +17,11 @@ 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>.
Also available as a download in [releases](https://github.com/SVG-Edit/svgedit/releases).
For testing the latest version in `master`, you may use <https://unpkg.com/svgedit/editor/svg-editor.html> or
For testing the latest version in `master`, you may use
<https://raw.githack.com/SVG-Edit/svgedit/master/editor/svg-editor.html>.
## Installation