Skip to content

Commit 2676bc0

Browse files
committed
Added text align to README.md
1 parent 92467d0 commit 2676bc0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<h1><img src="https://raw.githubusercontent.com/ivaylokenov/MyWebApi/master/documentation/logo.png" align="left" alt="MyWebApi" width="100"> MyWebApi - ASP.NET Web API Fluent Testing Framework</h1>
1+
<h1><img src="https://raw.githubusercontent.com/ivaylokenov/MyWebApi/master/documentation/logo.png" align="left" alt="MyWebApi" width="100"> <span aling="right">MyWebApi - ASP.NET Web API Fluent Testing Framework<span></h1>
22
====================================
33

4-
MyWebApi is unit testing framework providing easy fluent interface to test the ASP.NET Web API 2 framework. Inspired by [TestStack.FluentMVCTesting](https://github.com/TestStack/TestStack.FluentMVCTesting) and [ChaiJS](https://github.com/chaijs/chai).
4+
MyWebApi is unit testing library providing easy fluent interface to test the ASP.NET Web API 2 framework. Inspired by [TestStack.FluentMVCTesting](https://github.com/TestStack/TestStack.FluentMVCTesting) and [ChaiJS](https://github.com/chaijs/chai).
55

66
[![Build status](https://ci.appveyor.com/api/projects/status/738pm1kuuv7yw1t5?svg=true)](https://ci.appveyor.com/project/ivaylokenov/mywebapi)
77

@@ -44,6 +44,8 @@ namespace MyApp.Tests.Controllers
4444
}
4545
```
4646

47+
The example uses NUnit but you can use whatever testing framework you want.
48+
4749
Here are some random examples of what the fluent testing API is capable of:
4850

4951
```c#

documentation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1><img src="https://raw.githubusercontent.com/ivaylokenov/MyWebApi/master/documentation/logo.png" align="left" alt="MyWebApi" width="100"> MyWebApi - ASP.NET Web API Fluent Testing Framework</h1>
1+
<h1><img src="https://raw.githubusercontent.com/ivaylokenov/MyWebApi/master/documentation/logo.png" align="left" alt="MyWebApi" width="100"> <span aling="right">MyWebApi - ASP.NET Web API Fluent Testing Framework<span></h1>
22
====================================
33

44
## Full list of available features

0 commit comments

Comments
 (0)