Skip to content

Commit

Permalink
Modified section where key is created
Browse files Browse the repository at this point in the history
  • Loading branch information
Dariusz Lenartowicz authored Dec 5, 2019
1 parent 81d4b4e commit eaf7a87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Configuration defined above will give you the following maximum values:
When you need to create key:
``` c#
// Create key providing tenantId and sequenceId
var nextSequenceId = _hiloGenerator.GetNext(); // this is your code :)
var id = generator.Create(tenantId, nextSequenceId);
```

Expand Down

0 comments on commit eaf7a87

Please sign in to comment.