Update README.md
This commit is contained in:
committed by
GitHub
parent
926099626d
commit
90ba1e4fc6
@@ -79,7 +79,7 @@ To use partitioned collections, you must define your documents using the Partiti
|
||||
```
|
||||
public class MyPartitionedDocument : PartitionedDocument
|
||||
{
|
||||
public CreateTestsPartitionedDocument(string myPartitionKey) : base(myPartitionKey)
|
||||
public MyPartitionedDocument(string myPartitionKey) : base(myPartitionKey)
|
||||
{
|
||||
Version = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user