diff --git a/README.md b/README.md index a5f01398..5c1b8627 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=Testably_Testably.Abstractions&branch=main&metric=coverage)](https://sonarcloud.io/summary/overall?id=Testably_Testably.Abstractions&branch=main) [![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2FTestably%2FTestably.Abstractions%2Fmain)](https://dashboard.stryker-mutator.io/reports/github.com/Testably/Testably.Abstractions/main) -This library is an alternative testing helper for the [IFileSystem interfaces from System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions). -These interfaces allow abstracting away all I/O-related functionality from the `System.IO` namespace. +This library is a feature complete testing helper for the [IFileSystem abstractions for I/O-related functionality](https://github.com/TestableIO/System.IO.Abstractions) from the `System.IO` namespace. It uses an in-memory file system that behaves exactly like the real file system and can be used in unit tests for dependency injection. The testing helper also supports advanced scenarios like - [Multiple drives with limited size](Examples/DriveManagement/README.md) - [`FileSystemWatcher`](Examples/FileSystemWatcher/README.md) and