From 4dbfe81163a57b5720227de979315e6c9e098ce8 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Sat, 26 May 2018 23:54:57 +0800 Subject: [PATCH] - Fix installation step --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4abc2c67..c592db2d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ SVG-edit is a fast, web-based, javascript-driven SVG drawing editor that works i ## 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. 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.