Updates to readme.

This commit is contained in:
JudahGabriel
2017-08-23 15:38:59 -05:00
parent efeb6da3f8
commit e0da076e45
+3 -3
View File
@@ -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).
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.