Skip to content

Commit cc32dab

Browse files
authored
docs: use dotnet add package in readme
1 parent d0c10eb commit cc32dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A collection of Analyzers based on the best practices [tips](https://fluentasser
2525
using the latest stable version:
2626

2727
```powershell
28-
Install-Package FluentAssertions.Analyzers
28+
dotnet add package FluentAssertions.Analyzers
2929
```
3030

3131
## Getting Started

0 commit comments

Comments
 (0)