From 0a82d00bb41d31b4dd85cdd46ec998f73ff29e9e Mon Sep 17 00:00:00 2001 From: Konstantin Ryazantsev Date: Wed, 25 Nov 2020 12:36:29 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e302b65..80423d5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -`Swisschain.Extensions.EfCore` +[Swisschain.Extensions.EfCore](https://www.nuget.org/packages/Swisschain.Extensions.EfCore) Nuget library Entity Framework Core extensions @@ -24,4 +24,4 @@ services.AddEfCoreDbValidation(c => }); ``` -It's reasonable to do this in API units and secondary worker units. \ No newline at end of file +It's reasonable to do this in API units and secondary worker units.