diff --git a/README.md b/README.md index 3ffc121..41005b7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ It also generates TypeScript types, JSON maps of the generated code-points, allo ### Install ```bash -npm install -g zupit-fantasticon +npm install -g @zupit-it/fantasticon ``` ## Usage diff --git a/package.json b/package.json index 679ed28..40261f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zupit-it/fantasticon", - "version": "1.0.0", + "version": "1.0.1", "description": "Icon font generation tool", "repository": { "type": "git", @@ -20,7 +20,7 @@ "homepage": "https://github.com/zupit-it/fantasticon#readme", "main": "lib/index.js", "bin": { - "fantasticon": "bin/fantasticon" + "zupit-fantasticon": "bin/fantasticon" }, "license": "MIT", "scripts": {