From 3e959936f8c7a08e148563ba442d44f3ce7a4634 Mon Sep 17 00:00:00 2001 From: Alexandre SPIESER Date: Sun, 22 Oct 2017 01:40:37 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 992117c..2de7307 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Supports both `netstandard2.0` and `netcoreapp2.0`. Available as a Nuget package : https://www.nuget.org/packages/AspNetCore.Identity.MongoDbCore/ - `Install-Package AspNetCore.Identity.MongoDbCore` + Install-Package AspNetCore.Identity.MongoDbCore # Usage examples @@ -93,6 +93,10 @@ The MongoDb connection is managed using the [mongodb-generic-repository](https:/ services.ConfigureMongoDbIdentity(mongoDbIdentityConfiguration); } ``` +# Running the tests + +To run the tests, you need a local MongoDb server in default configuration (listening to `localhost:27017`). +Create a database named MongoDbTests for the tests to run. ## Author **Alexandre Spieser**