moonpyk / ncuid

Collision-resistant ids for .NET (port of https://github.com/dilvie/cuid)
MIT License
36 stars 13 forks source link

Add a quick example to the readme #6

Closed norog242 closed 3 years ago

norog242 commented 3 years ago

A quick example could be helpful for anyone who wants to use this nuget package. I had to clone the repo first and look at the code to find out how my using statement must be and how the method for generation is called.