From ceef2b9e96922d3eaf4079cc45728efda6c2bbff Mon Sep 17 00:00:00 2001 From: Eilon Lipton Date: Sun, 3 Sep 2017 19:17:40 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddc11681b8..d32a5c2ba1 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ These are some of the most common repos: * [DependencyInjection](https://github.com/aspnet/DependencyInjection) - basic dependency injection infrastructure and default implementation * [Docs](https://github.com/aspnet/Docs) - documentation sources for https://docs.microsoft.com/en-us/aspnet/core/ -* [EntityFramework](https://github.com/aspnet/EntityFramework) - data access technology +* [EntityFrameworkCore](https://github.com/aspnet/EntityFrameworkCore) - data access technology * [Identity](https://github.com/aspnet/Identity) - users and membership system * [MVC](https://github.com/aspnet/Mvc) - MVC framework for web apps and services * [Razor](https://github.com/aspnet/Razor) - template language and syntax for CSHTML files