From f802bfa4c264ab2dbe849621b30cc3624c4db8f7 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Thu, 27 Jun 2019 15:14:20 +0800 Subject: [PATCH] - Docs: Clarify --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c5beb16..22ba08e1 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,8 @@ incorporating SVGEdit. You will need to have Node.js/npm installed. 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` - for the files your package needs and use accordingly. + 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`. ## Programmatic customization