Skip to content

Commit 0814c71

Browse files
authored
Update README.md (#104)
1 parent f10250d commit 0814c71

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ using the latest stable version:
2222
Install-Package FluentAssertions.Analyzers
2323
```
2424

25-
using the latest prerelease version:
26-
27-
```powershell
28-
Install-Package FluentAssertions.Analyzers -IncludePrerelease -Source https://ci.appveyor.com/nuget/fluentassertions-bestpractices
29-
```
30-
3125
## Getting Started
3226

3327
### Build
@@ -40,4 +34,4 @@ dotnet build src
4034

4135
```bash
4236
dotnet test src --configuration Release --filter 'TestCategory=Completed'
43-
```
37+
```

0 commit comments

Comments
 (0)