Skip to content

Commit b92891e

Browse files
authored
Update readme now that the project has moved to the FA org
1 parent b33deb2 commit b92891e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Project Description
1+
# Fluent Assertions for ASP.NET MVC
22
[![Build status](https://ci.appveyor.com/api/projects/status/wlt5yp8m66y9rw4f?svg=true)](https://ci.appveyor.com/project/kevinkuszyk/fluentassertions-mvc)
33

4-
Fluent Assertions for MVC is a set of MVC focused assertions and helper extensions to the excellent [Fluent Assertions][fa-home] library.
4+
This repro contains the Fluent Assertions extensions for ASP.NET MVC. It is maintained by [@kevinkuszyk](https://github.com/kevinkuszyk).
55

66
## Installation
77

88
Add the NuGet package which matches the version of MVC you are using to your test project.
99

1010
### MVC Core
1111

12-
Fluent Assertions for MVC Core is now in a seperate repository over at [kevinkuszyk/FluentAssertions.AspNetCore.Mvc](https://github.com/kevinkuszyk/FluentAssertions.AspNetCore.Mvc).
12+
Fluent Assertions for MVC Core is now in a seperate repository over at [fluentassertions/fluentAssertions.aspnetcore.mvc](https://github.com/fluentassertions/fluentAssertions.aspnetcore.mvc).
1313

1414
### MVC 5
1515

@@ -55,7 +55,10 @@ public void Index_Action_Returns_View()
5555

5656
````
5757

58-
[fa-home]: https://github.com/dennisdoomen/FluentAssertions
58+
## Building
59+
60+
Simply clone this repro and build the `FluentAssertionsMvc.sln` solution.
61+
5962
[fa-frameworks]: https://github.com/dennisdoomen/fluentassertions/wiki/Documentation#supported-test-frameworks
6063
[nuget-mvc3]: https://www.nuget.org/packages/FluentAssertions.Mvc3
6164
[nuget-mvc4]: https://www.nuget.org/packages/FluentAssertions.Mvc4

0 commit comments

Comments
 (0)