Skip to content

Commit 0d1143c

Browse files
committed
Update description in Readme
1 parent dc1982b commit 0d1143c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Abstract.FileSystem
22
Abstraction for the .Net Filesystem classes
33

4-
[![Build status](https://img.shields.io/appveyor/build/chriswalpen/Abstract.FileSystem/master?label=Master&logo=appveyor&style=for-the-badge)](https://ci.appveyor.com/project/chriswalpen/Abstract.FileSystem/branch/master)
5-
[![Build status](https://img.shields.io/appveyor/build/chriswalpen/Abstract.FileSystem/dev?label=Dev&logo=appveyor&style=for-the-badge)](https://ci.appveyor.com/project/chriswalpen/Abstract.FileSystem/branch/dev)
4+
[![Build status](https://img.shields.io/appveyor/build/chriswalpen/Abstract-FileSystem/master?label=Master&logo=appveyor&style=for-the-badge)](https://ci.appveyor.com/project/chriswalpen/Abstract-FileSystem/branch/master)
5+
[![Build status](https://img.shields.io/appveyor/build/chriswalpen/Abstract-FileSystem/dev?label=Dev&logo=appveyor&style=for-the-badge)](https://ci.appveyor.com/project/chriswalpen/Abstract-FileSystem/branch/dev)
66

77

88
Wrappers for some common classes from System.IO Namespace to create a layer of abstraction
@@ -15,7 +15,7 @@ Current implementaitons of System.IO
1515
Instead of using the Namespace System.IO include the Namespace Abstract.FileSystem to use Directory or File.
1616

1717
## Usage in Tests
18-
Abstract.FileSystem.Directory and Abstract.FileSystem.File both have a Factory Property. This can be set through the static method Setup(Func<IFileService> service) or Setup(Func<IDirectoryService> service).
18+
Abstract.FileSystem.Directory and Abstract.FileSystem.File both have a Factory Property. This can be set through the static method Setup(Func\<IFileService\> service) or Setup(Func\<IDirectoryService\> service).
1919
The Interface IFileService and IDirectoryService both provide the abstraction layers.
2020

2121
```

0 commit comments

Comments
 (0)