You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,8 @@ FluentAssertions MVC is a set of MVC focused assertions and helper extensions to
4
4
5
5
## Installation
6
6
7
-
Follow the instructions for the version of MVC you are using. For [MVC 3](#MVC3) and [4](#MVC4) just add the NuGet package. [MVC 5](#MVC5) also requires a binding redirect.
7
+
Follow the instructions for the version of MVC you are using. For [MVC 3](#mvc-3) and [4](#mvc-4) just add the NuGet package. [MVC 5](#mvc-5) also requires a binding redirect.
8
8
9
-
<aname="MVC5"></a>
10
9
### MVC 5
11
10
12
11
Add the [MVC 4][nuget-mvc4] NuGet package to your unit test project:
@@ -24,7 +23,6 @@ And add the following binding redirect to you test project's ````app.config````
24
23
</dependentAssembly>
25
24
````
26
25
27
-
<aname="MVC4"></a>
28
26
### MVC 4
29
27
30
28
Add the [MVC 4][nuget-mvc4] NuGet package to your unit test project:
@@ -33,7 +31,6 @@ Add the [MVC 4][nuget-mvc4] NuGet package to your unit test project:
33
31
PM> Install-Package FluentAssertions.Mvc4
34
32
````
35
33
36
-
<aname="MVC3"></a>
37
34
### MVC 3
38
35
39
36
Add the [MVC 3][nuget-mvc3] NuGet package to your unit test project:
0 commit comments