Skip to content

Commit 35fed1f

Browse files
committed
Removed unneeded named anchor tags.
1 parent d0188ac commit 35fed1f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

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

55
## Installation
66

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.
88

9-
<a name="MVC5"></a>
109
### MVC 5
1110

1211
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````
2423
</dependentAssembly>
2524
````
2625

27-
<a name="MVC4"></a>
2826
### MVC 4
2927

3028
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:
3331
PM> Install-Package FluentAssertions.Mvc4
3432
````
3533

36-
<a name="MVC3"></a>
3734
### MVC 3
3835

3936
Add the [MVC 3][nuget-mvc3] NuGet package to your unit test project:

0 commit comments

Comments
 (0)