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 {