From 66513abe08bf0d24dc684fa263ef9421a63e72c6 Mon Sep 17 00:00:00 2001 From: Giancarlo Mennillo Date: Thu, 19 Dec 2024 13:50:06 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 306281c..d4fec84 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Weather Forecast App using BLoC -[![CI Status](https://github.com/GianMen91/flutter_weather_forecast_app/actions/workflows/dart.yml/badge.svg)](https://github.com/GianMen91/flutter_weather_forecast_app/actions/workflows/dart.yml) +[![CI Status](https://github.com/GianMen91/flutter_weather_forecast_app/actions/workflows/ci.yml/badge.svg)](https://github.com/GianMen91/flutter_weather_forecast_app/actions/workflows/ci.yml) ## Overview The Weather Forecast App is a modern, responsive Flutter application that provides real-time weather information for any city. Built using the BLoC pattern for effective state management, the app ensures a clean separation of business logic from the UI, leading to a robust and maintainable codebase.