Update README.md

This commit is contained in:
Alexandre SPIESER
2017-11-16 17:14:40 +00:00
committed by GitHub
parent e91c89f054
commit aff276f9e3
+1 -1
View File
@@ -46,7 +46,7 @@ The repository can be instantiated like so:
ITestRepository testRepository = new TestRepository(connectionString, "MongoDbTests"); ITestRepository testRepository = new TestRepository(connectionString, "MongoDbTests");
``` ```
If you prefer to reuse the same MongoDb database across you application, you can use the `MongoDatabase` from the MongoDb driver implementing the `IMongoDatabase` interface: If you prefer to reuse the same MongoDb database across your application, you can use the `MongoDatabase` from the MongoDb driver implementing the `IMongoDatabase` interface:
```csharp ```csharp
var client = new MongoClient(connectionString); var client = new MongoClient(connectionString);