Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-muscatello-zupit committed May 20, 2024
1 parent bb7c388 commit 4d05d91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zupit-it/fantasticon",
"version": "1.0.0",
"version": "1.0.1",
"description": "Icon font generation tool",
"repository": {
"type": "git",
Expand All @@ -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": {
Expand Down

0 comments on commit 4d05d91

Please sign in to comment.