From 142a6a703c24d8e375b8038097e1d2bc951ccff1 Mon Sep 17 00:00:00 2001 From: Ratakondala Arun Date: Fri, 12 Aug 2022 21:04:15 +0530 Subject: [PATCH] chore(docs): update docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).