From 520be7e746c791b009262eeb1db3e66dd7a92f8f Mon Sep 17 00:00:00 2001 From: ivirtex Date: Sat, 30 Dec 2023 21:08:49 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index baa0f90..915e168 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,17 @@ # StarCat -![GitHub CI](https://github.com/ivirtex/starcat/.github/workflows/main.yaml/badge.svg) +![GitHub CI](https://github.com/ivirtex/starcat/actions/workflows/main.yaml/badge.svg) [![codecov](https://codecov.io/gh/ivirtex/starcat/branch/master/graph/badge.svg?token=924YWTBVPS)](https://codecov.io/gh/ivirtex/starcat) +Starcat is a Flutter app for tracking world-wide rocket launches featuring iOS Live Activities. + + + + + --- + ## Getting Started ๐Ÿš€ This project contains 3 flavors: @@ -26,8 +33,6 @@ $ flutter run --flavor staging --target lib/main_staging.dart $ flutter run --flavor production --target lib/main_production.dart ``` -_\*StarCat works on iOS, Android, Web, and Windows._ - --- ## Running Tests ๐Ÿงช