diff --git a/README.md b/README.md index af6ad12b39..8156c5f48e 100644 --- a/README.md +++ b/README.md @@ -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 +flutter pub run flutter_launcher_icons -f ``` Note: If you are not using the existing `pubspec.yaml` ensure that your config file is located in the same directory as it. @@ -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).