- Fix installation step
parent
f14d96ede9
commit
4dbfe81163
|
@ -10,7 +10,7 @@ SVG-edit is a fast, web-based, javascript-driven SVG drawing editor that works i
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. `npm i svgeditor`
|
1. `npm i svgedit`
|
||||||
1. Copy `svgedit-config-sample-es.js` (in project root) to `svgedit-config-es.js`.
|
1. Copy `svgedit-config-sample-es.js` (in project root) to `svgedit-config-es.js`.
|
||||||
1. This will enable `svg-editor-es.html` to work, an HTML file directly
|
1. This will enable `svg-editor-es.html` to work, an HTML file directly
|
||||||
using ES6 modules. Note that this file only works on modern browsers.
|
using ES6 modules. Note that this file only works on modern browsers.
|
||||||
|
|
Loading…
Reference in New Issue