Skip to content

Commit 0ed2d91

Browse files
committed
Updated README.md
1 parent bea6d2e commit 0ed2d91

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ Here are some random examples of what the fluent testing API is capable of:
6161

6262
```c#
6363
// first we need to create TestStartup class to register dependency injection services
64-
// the easiest way is to inherit from the web project's Startup class and replace some of the services with mocked ones
64+
65+
// the easiest way is to inherit from the web project's Startup class
66+
// and replace some of the services with mocked ones
6567
6668
public class TestStartup : Startup
6769
{
@@ -163,11 +165,11 @@ Code by Ivaylo Kenov. Copyright 2015 Ivaylo Kenov ([http://mytestedasp.net](http
163165

164166
**Currently MyTested.AspNetCore.Mvc is in alpha version and it is not advised to use it in production environments. The testing framework is fully tested and working correctly but the fluent APIs may change in the final production-ready build.**
165167

166-
MyTested.AspNetCore.Mvc source code is available under GNU Affero General Public License/FOSS License Exception. The free version of the library allows up to 500 assertions per test project. Additionally, full-featured licenses can be requested for free by individuals, startups and educational institutions. Commercial licensing with private support is also available.
168+
MyTested.AspNetCore.Mvc source code is available under GNU Affero General Public License/FOSS License Exception. The free version of the library allows up to 500 assertions (around 100 test cases) per test project. Additionally, full-featured licenses can be requested for free by individuals, startups and educational institutions. Commercial licensing with private support is also available.
167169

168170
See [https://mytestedasp.net/products/mvc#pricing](https://mytestedasp.net/products/mvc#pricing) and the [LICENSE](https://github.com/ivaylokenov/MyTested.AspNetCore.Mvc/blob/master/LICENSE) for detailed information.
169171

170-
If you want early-bird license key for free, send a contact message through [http://mytestedasp.net](http://mytestedasp.net).
172+
If you want an early-bird license key for free, send a contact message through [http://mytestedasp.net](http://mytestedasp.net).
171173

172174
## Any questions, comments or additions?
173175

0 commit comments

Comments
 (0)