Skip to content

Commit d8a32b3

Browse files
authored
docs: mention correct package to install in README.md (#1014)
Mention the correct package ([TestableIO.System.IO.Abstractions.Wrappers](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions.Wrappers)) to use in README.md, so that the file system wrappers are available. Fixes - #938
1 parent d074533 commit d8a32b3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ At the core of the library is `IFileSystem` and `FileSystem`. Instead of calling
1010
## Usage
1111

1212
```shell
13-
dotnet add package TestableIO.System.IO.Abstractions
13+
dotnet add package TestableIO.System.IO.Abstractions.Wrappers
1414
```
1515

1616
*Note: This NuGet package is also published as `System.IO.Abstractions` but we suggest to use the prefix to make clear that this is not an official .NET package.*

System.IO.Abstractions.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_", "_", "{BBF7AD8D-5522-48
2626
ProjectSection(SolutionItems) = preProject
2727
Directory.Build.props = Directory.Build.props
2828
global.json = global.json
29+
README.md = README.md
2930
EndProjectSection
3031
EndProject
3132
Global

0 commit comments

Comments
 (0)