Skip to content

Commit a1b90b6

Browse files
authored
Use the right recommended package (#160)
Just a typo
1 parent 8694a62 commit a1b90b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Usage
22

3-
1. Add to project nuget package `System.IO.Abstractions` [![](https://img.shields.io/nuget/v/System.IO.Abstractions.svg)](https://www.nuget.org/packages/System.IO.Abstractions)
3+
1. Add to project nuget package `TestableIO.System.IO.Abstractions` [![](https://img.shields.io/nuget/v/TestableIO.System.IO.Abstractions.svg)](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions)
44
``` bash
5-
> dotnet add package System.IO.Abstractions
5+
> dotnet add package TestableIO.System.IO.Abstractions
66
```
77
2. Add to project nuget package `TestableIO.System.IO.Abstractions.Analyzers` [![](https://img.shields.io/nuget/v/TestableIO.System.IO.Abstractions.Analyzers.svg)](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions.Analyzers)
88
``` bash

0 commit comments

Comments
 (0)