Skip to content

Commit 9d0cce2

Browse files
committed
Updated README.md
1 parent 48805d0 commit 9d0cce2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ namespace MyApp.Tests.Controllers
7979
The example uses [xUnit](http://xunit.github.io/) but you can use whatever testing framework you want.
8080
Basically, MyTested.AspNetCore.Mvc throws an unhandled exception with a friendly error message if the assertion does not pass and the test fails.
8181

82-
Here are other random examples of what the fluent testing API is capable of:
82+
## Examples
83+
84+
Here are some random examples of what the fluent testing API is capable of:
8385

8486
```c#
8587
// tests a route for correct controller, action and resolved route values

0 commit comments

Comments
 (0)