From c2b9a59813f8b642490810f5b54cc91b25661fec Mon Sep 17 00:00:00 2001 From: Tugberk Ugurlu Date: Wed, 24 Aug 2016 22:35:27 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3382051..c7dd66f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # AspNetCore.Identity.MongoDB [![Build Status](https://travis-ci.org/tugberkugurlu/AspNetCore.Identity.MongoDB.svg?branch=master)](https://travis-ci.org/tugberkugurlu/AspNetCore.Identity.MongoDB) -MongoDB data store adaptor for ASP.NET Core identity. +MongoDB data store adaptor for [ASP.NET Core Identity](https://github.com/aspnet/Identity), which allows you to build ASP.NET Core web applications, including membership, login, and user data. With this library, you can store your user's membership related data on MongoDB. ## Using the Library -[The library is available at NuGet.org](https://www.nuget.org/packages/AspNetCore.Identity.MongoDB). You can start using the library by integrating it into your `project.json` file. +[The library is available at NuGet.org](https://www.nuget.org/packages/AspNetCore.Identity.MongoDB). You can start using the library by integrating it into your `project.json` file. This library supports [`netstandard1.6`](https://docs.microsoft.com/en-us/dotnet/articles/standard/library). ## Contributors