From ce0b46d18ce321fc05c78a3ea81b30df6637182e Mon Sep 17 00:00:00 2001 From: Alexandre SPIESER Date: Sun, 22 Oct 2017 00:46:15 +0100 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8db6439..d5c0b26 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,6 @@ The MongoDb connection is managed using the [mongodb-generic-repository](https:/ // add a global config object services.AddSingleton(Configuration); - var mongoSettings = Configuration.GetSection(nameof(MongoDbSettings)); var settings = Configuration.GetSection(nameof(MongoDbSettings)).Get(); var mongoDbIdentityConfiguration = new MongoDbIdentityConfiguration {