From e0da076e45bf037681f480132cff6a938e2799fb Mon Sep 17 00:00:00 2001 From: JudahGabriel Date: Wed, 23 Aug 2017 15:38:59 -0500 Subject: [PATCH] Updates to readme. --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index cc98ad6..ac3537a 100644 --- a/Readme.md +++ b/Readme.md @@ -3,8 +3,6 @@ RavenDB identity provider for ASP.NET Core. The simple and easy Identity provider for RavenDB and ASP.NET Core. Use Raven to store your users and logins. -(This is an Identity Provider for .NET Core. If you're looking for an Identity Provider for MVC6+ and the full .NET framework, see our [sister project](https://github.com/JudahGabriel/RavenDB.AspNet.Identity). - ## Instructions ## 1. In Startup.cs: @@ -25,4 +23,6 @@ public void ConfigureServices(IServiceCollection services) 3. You're done! -Need help? See the [sample app](https://github.com/JudahGabriel/RavenDB.Identity/tree/master/Sample). \ No newline at end of file +Need help? See the [sample app](https://github.com/JudahGabriel/RavenDB.Identity/tree/master/Sample). + +Not using .NET Core? See our [sister project](https://github.com/JudahGabriel/RavenDB.AspNet.Identity for a RavenDB Identity Provider for MVC 5+ and WebAPI 2+ on the full .NET Framework. \ No newline at end of file