Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
Saw this. I believe this is an typo.
  • Loading branch information
HaoCherHong committed May 10, 2023
1 parent 88ab71c commit 02c5d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -155,7 +155,7 @@ Listed a couple common issues with solutions for them
Caused by an update to the image dependency which is used by Flutter Launcher Icons.

```txt
Use #AARRGGBB for colors instead of ##AABBGGRR, to be compatible with Flutter image class.
Use #AARRGGBB for colors instead of #AABBGGRR, to be compatible with Flutter image class.
```

[Related issue](https://github.com/fluttercommunity/flutter_launcher_icons/issues/98)
Expand Down

0 comments on commit 02c5d34

Please sign in to comment.