Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update run commands to use correct identifier #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Compatible with dart2js and dart2native.
$ flutter pub add --dev icon_font_generator

# And it's ready to go:
$ flutter pub run icon_font_generator:generate <input-svg-dir> <output-font-file> [options]
$ flutter pub run icon_font_generator:generator <input-svg-dir> <output-font-file> [options]
```

### or [Globally activate][] the package:
Expand All @@ -31,7 +31,7 @@ $ flutter pub run icon_font_generator:generate <input-svg-dir> <output-font-file
$ pub global activate icon_font_generator

# And it's ready to go:
$ icon_font_generator <input-svg-dir> <output-font-file> [options]
$ generator <input-svg-dir> <output-font-file> [options]
```

Required positional arguments:
Expand Down Expand Up @@ -158,4 +158,4 @@ Any suggestions, issues, pull requests are welcomed.
## Credits

This software is fork of unsupported package:
* [fontify](https://github.com/westracer/fontify)
* [fontify](https://github.com/westracer/fontify)