Skip to content

Commit 3f26ec1

Browse files
docs(readme): fix CI badge link
1 parent 6a95c14 commit 3f26ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![.NET](https://img.shields.io/badge/.NET-8-512BD4?logo=dotnet&logoColor=white)
44
![Language: C#](https://img.shields.io/badge/Language-C%23-239120?logo=csharp&logoColor=white)
55
![Tests: xUnit](https://img.shields.io/badge/Tests-xUnit-6aa84f)
6-
![.NET CI](https://github.com/mgomez-dev-code/AsyncAwaitFanOut/actions/workflows/dotnet.yml/badge.svg)
6+
[![.NET CI](https://github.com/mgomez-dev-code/async-await-fanout/actions/workflows/dotnet.yml/badge.svg)](https://github.com/mgomez-dev-code/async-await-fanout/actions/workflows/dotnet.yml)
77
![License: MIT](https://img.shields.io/badge/License-MIT-green)
88

99
A clean and modern **.NET 8** solution showcasing **async/await**, **bounded concurrency**, **timeouts**, and **partial success handling** using `Task.WhenAll` and `SemaphoreSlim`.

0 commit comments

Comments
 (0)