From b753b543d694898b1de5fd473d5c682094432366 Mon Sep 17 00:00:00 2001 From: Youngjae Ji Date: Mon, 7 Sep 2020 12:12:32 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4c939c..77d5446 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Add the following information to the pubspec.yaml file in the project directory ``` flutter_icons: includes: - -ant - -mco + - ant + - mco .... ```