Skip to content

Commit 0d9f94f

Browse files
Update README.md
1 parent b6580a0 commit 0d9f94f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AspNetCoreCacheKit
22

3-
[![NuGet](https://img.shields.io/nuget/v/AspNetCoreCacheKit.svg)](https://www.nuget.org/packages/AspNetCoreCacheKit) [![.NET](https://github.com/yourusername/AspNetCoreCacheKit/actions/workflows/dotnet.yml/badge.svg)](https://github.com/yourusername/AspNetCoreCacheKit/actions)
3+
[![NuGet](https://img.shields.io/nuget/v/AspNetCoreCacheKit.svg)](https://www.nuget.org/packages/AspNetCoreCacheKit) [![.NET](https://github.com/simoneM93/AspNetCoreCacheKit/actions/workflows/dotnet.yml/badge.svg)](https://github.com/simoneM93/AspNetCoreCacheKit/actions)
44

55
A modern caching library for ASP.NET Core featuring **group-based keys**, configuration validation, and simplified overloads.
66

@@ -26,6 +26,7 @@ A modern caching library for ASP.NET Core featuring **group-based keys**, config
2626
dotnet add package AspNetCoreCacheKit
2727
dotnet add package Microsoft.Extensions.Options.ConfigurationExtensions
2828
dotnet add package Microsoft.Extensions.Options.DataAnnotations
29+
```
2930

3031
## 🎯 Quick Start
3132

@@ -37,6 +38,7 @@ dotnet add package Microsoft.Extensions.Options.DataAnnotations
3738
"Duration": "01:00:00"
3839
}
3940
}
41+
```
4042

4143
### 2. Register Services
4244
```csharp
@@ -65,4 +67,5 @@ public class UsersController : ControllerBase
6567

6668
return Ok(users);
6769
}
68-
}
70+
}
71+
```

0 commit comments

Comments
 (0)