From aff276f9e3472a96eb6d7ce403e28650b6ce2737 Mon Sep 17 00:00:00 2001 From: Alexandre SPIESER Date: Thu, 16 Nov 2017 17:14:40 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2e01ed..c8918e1 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The repository can be instantiated like so: 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 var client = new MongoClient(connectionString);