Skip to content

Commit 4bea640

Browse files
committed
Added instructions for MVC 5 projects.
1 parent bef5400 commit 4bea640

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ FluentAssertions MVC is a set of MVC focused assertions and helper extensions to
44

55
## Installation
66

7-
Add the [MVC 3][nuget-mvc3] or [MVC 4][nuget-mvc4] NuGet package to your unit test project:
7+
For MVC 4 or 5 projects, add the [MVC 4][nuget-mvc4] NuGet package to your unit test project:
88

99
````
10-
PM> Install-Package FluentAssertions.Mvc3
10+
PM> Install-Package FluentAssertions.Mvc4
1111
````
12-
or
12+
There is also an [MVC 3][nuget-mvc3] package:
1313
````
14-
PM> Install-Package FluentAssertions.Mvc4
14+
PM> Install-Package FluentAssertions.Mvc3
1515
````
1616

1717
## Getting Started

0 commit comments

Comments
 (0)