Skip to content

Commit d74bbe8

Browse files
authored
Fix typo in install instructions
1 parent 9acdbf7 commit d74bbe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Add the NuGet package to your test project.
1010
Add the [Fluent Assertions for MVC Core][nuget-mvc-core] NuGet package to your unit test project:
1111

1212
````
13-
PM> FluentAssertions.AspNetCore.Mvc
13+
PM> Install-Package FluentAssertions.AspNetCore.Mvc
1414
````
1515

1616
## Getting Started

0 commit comments

Comments
 (0)