diff --git a/README.md b/README.md index 1d449624..f037820c 100644 --- a/README.md +++ b/README.md @@ -44,13 +44,13 @@ to join the project. ## Demo -### [Try SVG-edit here](https://svg-edit.github.io/svgedit/editor/svg-editor.html) +### [Try SVG-edit here](https://svg-edit.github.io/svgedit/src/editor/svg-editor.html) -See a working editor on [`master`](https://svg-edit.github.io/svgedit/editor/svg-editor.html) (or its [ES6-Module](https://svg-edit.github.io/svgedit/editor/svg-editor-es.html) +See a working editor on [`master`](https://svg-edit.github.io/svgedit/src/editor/svg-editor.html) (or its [ES6-Module](https://svg-edit.github.io/svgedit/src/editor/svg-editor-es.html) version, which requires a modern browser). You may also try it at @@ -58,8 +58,8 @@ You may also try it at You may also obtain URLs for specific [releases](https://github.com/SVG-Edit/svgedit/releases). -You may test the [latest version in `master`](https://svg-edit.github.io/svgedit/editor/svg-editor-es.html) -which is the ESM version. (The [non-ESM version](https://svg-edit.github.io/svgedit/editor/svg-editor.html) +You may test the [latest version in `master`](https://svg-edit.github.io/svgedit/src/editor/svg-editor-es.html) +which is the ESM version. (The [non-ESM version](https://svg-edit.github.io/svgedit/src/editor/svg-editor.html) on `master` may be updated less frequently.) ## Installation @@ -79,7 +79,7 @@ on `master` may be updated less frequently.) ([ConfigOptions]{@tutorial ConfigOptions})) within the URL: ```html - ``` @@ -107,7 +107,7 @@ incorporating SVGEdit. You will need to have Node.js/npm installed. 1. Create your npm package: `npm init` (complete the fields). 1. Install SVG-edit into your package: `npm i --save svgedit`. -1. Look within `node_modules/svgedit/`, e.g., `node_modules/svgedit/editor/svg-editor.html` +1. Look within `node_modules/svgedit/`, e.g., `node_modules/svgedit/src/editor/svg-editor.html` for the files your package needs and use accordingly (from outside of `node_modules`). 1. If you want to publish your own work, you can use `npm publish`.