Skip to content

Commit 4940825

Browse files
authored
Update README with NuGet download badge
Added download badge for EFCoreSecondLevelCacheInterceptor.
1 parent af58500 commit 4940825

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
@@ -14,7 +14,7 @@ Using the second-level cache involves three mandatory steps: installing a provid
1414

1515
First, you need to add the main package:
1616

17-
[![Nuget](https://img.shields.io/nuget/v/EFCoreSecondLevelCacheInterceptor)](http://www.nuget.org/packages/EFCoreSecondLevelCacheInterceptor/)
17+
[![Nuget](https://img.shields.io/nuget/v/EFCoreSecondLevelCacheInterceptor)](http://www.nuget.org/packages/EFCoreSecondLevelCacheInterceptor/) [![NuGet](https://img.shields.io/nuget/dt/EFCoreSecondLevelCacheInterceptor?logo=nuget&style=flat)](https://www.nuget.org/packages/EFCoreSecondLevelCacheInterceptor)
1818

1919
```powershell
2020
dotnet add package EFCoreSecondLevelCacheInterceptor

0 commit comments

Comments
 (0)