From dade5a7f9030027af23b2935a8e17bbe6d99cdcb Mon Sep 17 00:00:00 2001 From: "Dylan R. E. Moonfire" Date: Sat, 11 Sep 2021 01:18:16 -0500 Subject: [PATCH] fix: updating readme to trigger build --- README.md | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index abfdfd5..b9b9954 100644 --- a/README.md +++ b/README.md @@ -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. -} -``` \ No newline at end of file +This a small collection of classes and extensions to make working with System.IO a little bit easier.