From 9d1950e9c74c57c2c2674f4dafdf2ff823679851 Mon Sep 17 00:00:00 2001 From: Alexandre SPIESER Date: Mon, 15 Apr 2019 23:58:13 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7d2be5..665c09d 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ It is now possible to change the collection name by using the `CollectionName` a Documents of this type will be inserted into a collection named "MyCollectionName". ## Index Management -From version 1.3.8 the `MongoDbGenericRepository` implements the `IMongoDbCollectionIndexRepository` interface. +From version 1.3.8 the `MongoDbGenericRepository` implements the `IBaseMongoRepository_Index` and `IBaseMongoRepository_Index` interfaces. This exposes the functionality to programmatically manage indexes against your collections in a generic fashion. The following methods are exposed and fully integration tested: