We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef5400 commit 4bea640Copy full SHA for 4bea640
README.md
@@ -4,14 +4,14 @@ FluentAssertions MVC is a set of MVC focused assertions and helper extensions to
4
5
## Installation
6
7
-Add the [MVC 3][nuget-mvc3] or [MVC 4][nuget-mvc4] NuGet package to your unit test project:
+For MVC 4 or 5 projects, add the [MVC 4][nuget-mvc4] NuGet package to your unit test project:
8
9
````
10
-PM> Install-Package FluentAssertions.Mvc3
+PM> Install-Package FluentAssertions.Mvc4
11
12
-or
+There is also an [MVC 3][nuget-mvc3] package:
13
14
-PM> Install-Package FluentAssertions.Mvc4
+PM> Install-Package FluentAssertions.Mvc3
15
16
17
## Getting Started
0 commit comments