From a1fa1b195ef68f82a9941b118feec5fe40621ce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elio=20Cort=C3=A9s?= Date: Thu, 26 Jan 2023 22:01:30 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a57c98b..3b0d905 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ and to validate advanced data recovery using paging, filtering, searching and so ### Key Features - **EF Core Database First** -- **Unit of Wokt and Repository Pattern** +- **Unit of Work and Repository Patterns** - **Services Dependency Injection**

(back to top)