fix: updating readme to trigger build

This commit is contained in:
Dylan R. E. Moonfire 2021-09-11 01:18:16 -05:00
parent 988bb61125
commit dade5a7f90
1 changed files with 3 additions and 14 deletions

View File

@ -1,15 +1,4 @@
MfGames.Locking CIL
===================
MfGames.IO CIL
==============
This a small collection of classes that provide some simplification while working with locking in C# applications.
```
//using MfGames.Locking;
ReaderWriterLockSlim locker;
using (new ReadLock(locker))
{
// Do something.
}
```
This a small collection of classes and extensions to make working with System.IO a little bit easier.