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.