Skip to content

Commit

Permalink
chore(docs): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RatakondalaArun committed Aug 12, 2022
1 parent 9ad3910 commit 142a6a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -38,7 +38,7 @@ the name of the file when running the package.

```shell
flutter pub get
flutter pub run flutter_launcher_icons:main -f <your config file name here>
flutter pub run flutter_launcher_icons -f <your config file name here>
```

Note: If you are not using the existing `pubspec.yaml` ensure that your config file is located in the same directory as it.
Expand All @@ -49,7 +49,7 @@ After setting up the configuration, all that is left to do is run the package.

```shell
flutter pub get
flutter pub run flutter_launcher_icons:main
flutter pub run flutter_launcher_icons
```

If you encounter any issues [please report them here](https://github.com/fluttercommunity/flutter_launcher_icons/issues).
Expand Down

1 comment on commit 142a6a7

@husainazkas
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this removed :main ? I've tried this documentation yesterday and got an error #431 . somebody please explain what differences of this command, thank you.

Please sign in to comment.