Skip to content

Commit 137898b

Browse files
committed
Updated README.md files
1 parent 942beb8 commit 137898b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ It is strongly advised to start with the [tutorial](http://ivaylokenov.github.io
99

1010
## Installation
1111

12-
You can install this library using NuGet into your test project (or reference it directly in your `project.json` file). Currently MyTested.AspNetCore.Mvc works with ASP.NET Core MVC RC2.
12+
You can install this library using NuGet into your test project (or reference it directly in your `project.json` file). Currently MyTested.AspNetCore.Mvc works with ASP.NET Core MVC 1.0.0.
1313

1414
Install-Package MyTested.AspNetCore.Mvc -Pre
1515

samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Here you can find couple of working samples, which will get you started with the
55

66
## Application Samples
77

8-
- MusicStore - sample showing how to use MyTested.AspNetCore.Mvc with automatic TestStartup class for unit testing controllers and routes. It uses the [official ASP.NET Core MVC sample](https://github.com/aspnet/MusicStore).
8+
- MusicStore - sample showing how to use MyTested.AspNetCore.Mvc with automatic TestStartup class for unit testing controllers and routes. It uses the [official ASP.NET Core MVC sample](https://github.com/aspnet/MusicStore) and [xUnit](http://xunit.github.io/).
99

1010
## Functional Test Samples
1111

0 commit comments

Comments
 (0)