From 3a885ae214be88cf1081f60b6493736fb0bcf5e6 Mon Sep 17 00:00:00 2001 From: tokku5552 <69064290+tokku5552@users.noreply.github.com> Date: Mon, 22 Feb 2021 23:28:11 +0900 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed21079..15db3cb 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,10 @@ This project uses Git-Flow ## Testing To test on MacOS, execute the following command -> flutter test --coverage -> genhtml coverage/lcov.info -o coverage/html +``` +flutter test --coverage +genhtml coverage/lcov.info -o coverage/html +``` ## Libraries - provider: ^4.3.2+2 @@ -26,4 +28,4 @@ To test on MacOS, execute the following command ## License Copyright (c) 2020 tokku5552 This software is released under the MIT License. -https://opensource.org/licenses/mit-license.php \ No newline at end of file +https://opensource.org/licenses/mit-license.php