We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8694a62 commit a1b90b6Copy full SHA for a1b90b6
1 file changed
README.MD
@@ -1,8 +1,8 @@
1
# Usage
2
3
-1. Add to project nuget package `System.IO.Abstractions` [](https://www.nuget.org/packages/System.IO.Abstractions)
+1. Add to project nuget package `TestableIO.System.IO.Abstractions` [](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions)
4
``` bash
5
-> dotnet add package System.IO.Abstractions
+> dotnet add package TestableIO.System.IO.Abstractions
6
```
7
2. Add to project nuget package `TestableIO.System.IO.Abstractions.Analyzers` [](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions.Analyzers)
8
0 commit comments