From 926099626da057ad21f3827e3873ff7ce7621d1c Mon Sep 17 00:00:00 2001 From: Alexandre SPIESER Date: Sun, 10 Sep 2017 13:06:39 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aaba295..c249998 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ To add a document, its class must inherit from the `Document` class or implement ``` public class MyDocument : Document { - public ReadTestsDocument() + public MyDocument() { Version = 2; // you can bump the version of the document schema if you change it over time } @@ -97,7 +97,7 @@ _testRepository.AddOne(myDoc); The above code will generate a collection named `myPartitionKey-myPartitionedDocuments`. -Please refer to the IntegrationTests project for more usage examples. +Please refer to the IntegrationTests (NET45) and CoreIntegrationTests (netstandard2.0) projects for more usage examples. ## Author **Alexandre Spieser**