From 4e8a3bc393c7a384710cdceb4a6afadf01dc4f57 Mon Sep 17 00:00:00 2001 From: Koen Date: Fri, 4 Jun 2021 00:26:46 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c95f3d..37a36b2 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Flexible projection magic for EFCore 1. Install the package from [NuGet](https://www.nuget.org/packages/EntityFrameworkCore.Projectables/) 2. Enable Projectables in your DbContext by calling: `dbContextOptions.UseProjectables()` 3. Implement projectable properties and methods and mark them with the [Projectable] attribute. -4. View our [samples](https://github.com/koenbeuk/EntityFrameworkCore.Projectables/tree/master/samples) +4. View our [samples](https://github.com/koenbeuk/EntityFrameworkCore.Projectables/tree/master/samples) and checkout our [Blog Post](https://onthedrift.com/posts/efcore-projectables/) ### Example Assuming this sample: