From 91b1484f2abba760c5f3d31f7c052bffe3e21baf Mon Sep 17 00:00:00 2001 From: Youngjae Ji Date: Mon, 7 Sep 2020 19:11:47 -0700 Subject: [PATCH] Update README.md fix config error --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30fbf44..86f3ae2 100644 --- a/README.md +++ b/README.md @@ -130,8 +130,8 @@ Add the font you want to leave in the project's pubspec file flutter_icons: includes: - -ant - -mco + - ant + - mco ... ```