CoreyKaylor / Lightning.NET

.NET library for LMDB key-value store
Other
398 stars 82 forks source link

Update example in README.md #91

Closed kurtschelfthout closed 7 years ago

kurtschelfthout commented 7 years ago

I noticed that if you run the example as it was I got two separate InvalidOperationExceptions from the finalizer because things are not properly disposed. This fixes that.