Skip to content

Commit 8c963ba

Browse files
committed
Updated README.md
1 parent 5aafebc commit 8c963ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

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

1212
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.
1313

14-
Install-Package MyTested.AspNetCore.Mvc
14+
Install-Package MyTested.AspNetCore.Mvc -Pre
1515

1616
After the downloading is complete, just add `using MyTested.AspNetCore.Mvc;` to your source code and you are ready to test in the most elegant and developer friendly way.
1717

0 commit comments

Comments
 (0)