From bc992e8c6118dbdf42a4c67d5d01a552e29a715e Mon Sep 17 00:00:00 2001 From: Alexandre SPIESER Date: Fri, 16 Feb 2018 15:11:09 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 25c4c55..da1d594 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,8 @@ _testRepository.AddOne(myDoc); ``` The above code will generate a collection named `myPartitionKey-myPartitionedDocuments`. + +## CollectionName Attribute It is now possible to change the collection name by using the `CollectionName` attribute: ```csharp