From d27b39110e9b3f7ca9b597e94fc2ac46ada4c23f Mon Sep 17 00:00:00 2001 From: Soonil Hong Date: Wed, 9 Oct 2024 22:46:05 -0400 Subject: [PATCH] Fix typo --- IdentityServer/v7/docs/content/data/ef.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IdentityServer/v7/docs/content/data/ef.md b/IdentityServer/v7/docs/content/data/ef.md index 1abd5389..e906a69c 100644 --- a/IdentityServer/v7/docs/content/data/ef.md +++ b/IdentityServer/v7/docs/content/data/ef.md @@ -9,7 +9,7 @@ The use of EntityFramework allows any EF-supported database to be used with this The features provided by this library are broken down into two main areas: configuration store and operational store support. These two different areas can be used independently or together, based upon the needs of the hosting application. -To use this library, ensure that you have the NuGet package for the ASP.NET Identity integration. +To use this library, ensure that you have the NuGet package for the EntityFramework integration. It is called *Duende.IdentityServer.EntityFramework*. You can install it with: