diff --git a/README.md b/README.md index be3401d..48fda3f 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ Plugin to create iconsets from SVG files Support command line interface: ``` -npm install svg-iconset -g +npm install @darius/svg-iconset -g ``` Or you can install for yout project ``` -npm install svg-iconset --save +npm install @darius/svg-iconset --save ``` ## Usage diff --git a/package.json b/package.json index 7ca447c..ba43a32 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "svg-iconset", + "name": "@darius/svg-iconset", "version": "0.0.3", "description": "create iconset from separated svg icons", "main": "./dist/app.js",