Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaylokenov committed Jun 17, 2016
1 parent 5aafebc commit 8c963ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It is strongly advised to start with the [tutorial](http://ivaylokenov.github.io

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.

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

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.

Expand Down

0 comments on commit 8c963ba

Please sign in to comment.