From a5a73b72db2a5a7156a59623d37927960324105f Mon Sep 17 00:00:00 2001 From: Malte Peters Date: Thu, 9 Nov 2023 16:11:57 +0100 Subject: [PATCH] update run commands to use correct identifier --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 84d2960..092344c 100644 --- a/README.md +++ b/README.md @@ -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 [options] +$ flutter pub run icon_font_generator:generator [options] ``` ### or [Globally activate][] the package: @@ -31,7 +31,7 @@ $ flutter pub run icon_font_generator:generate [options] +$ generator [options] ``` Required positional arguments: @@ -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) \ No newline at end of file +* [fontify](https://github.com/westracer/fontify)