Skip to content

Commit 03f2e73

Browse files
committed
README: Fixing badges and final tweaks
1 parent 27fe063 commit 03f2e73

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
OHHTTPStubs
22
===========
33

4-
[![Version](http://cocoapod-badges.herokuapp.com/v/OHHTTPStubs/badge.png)](http://cocoadocs.org/docsets/XCTest+OHHTTPStubSuiteCleanUp)
5-
[![Platform](http://cocoapod-badges.herokuapp.com/p/OHHTTPStubs/badge.png)](http://cocoadocs.org/docsets/XCTest+OHHTTPStubSuiteCleanUp)
4+
[![Version](http://cocoapod-badges.herokuapp.com/v/OHHTTPStubs/badge.png)](http://cocoadocs.org/docsets/OHHTTPStubs)
5+
[![Platform](http://cocoapod-badges.herokuapp.com/p/OHHTTPStubs/badge.png)](http://cocoadocs.org/docsets/OHHTTPStubs)
66
[![Build Status](https://travis-ci.org/AliSoftware/OHHTTPStubs.png?branch=master)](https://travis-ci.org/AliSoftware/OHHTTPStubs)
77

88
`OHHTTPStubs` is a library designed to stub your network requests very easily. It can help you:
@@ -18,8 +18,8 @@ It works with `NSURLConnection`, new iOS7/OSX.9's `NSURLSession`, `AFNetworking`
1818

1919
# Documentation & Usage Examples
2020

21-
`OHHTTPStubs` headers are fully documented using Appledoc-like / Headerdoc-like comments in the header files. You can also [read the **online documentation** here](http://cocoadocs.org/docsets/OHHTTPStubs/):
22-
[![Version](http://cocoapod-badges.herokuapp.com/v/OHHTTPStubs/badge.png)](http://cocoadocs.org/docsets/XCTest+OHHTTPStubSuiteCleanUp)
21+
`OHHTTPStubs` headers are fully documented using Appledoc-like / Headerdoc-like comments in the header files. You can also [read the **online documentation** here](http://cocoadocs.org/docsets/OHHTTPStubs)
22+
[![Version](http://cocoapod-badges.herokuapp.com/v/OHHTTPStubs/badge.png)](http://cocoadocs.org/docsets/OHHTTPStubs)
2323

2424
> Unfortunately macro documentation does not appear in the documentation generated by appledoc, so don't hesitate to take a look into `OHHTTPStubsResponse.h`, `OHHTTPStubsResponse+JSON.h` and `OHHTTPStubsResponse+HTTPMessage.h` too.
2525
@@ -42,6 +42,12 @@ For a lot more examples, see the dedicated "[Usage Examples](https://github.com/
4242

4343
The wiki also contain [some articles that can help you get started](https://github.com/AliSoftware/OHHTTPStubs/wiki) with (and troubleshoot if needed) `OHHTTPStubs`.
4444

45+
# Compatibility
46+
47+
`OHHTTPStubs` is compatible with **iOS 5.0+** and **OSX 10.7+**.
48+
49+
`OHHTTPStubs` also works with iOS7's and OSX 10.9's `NSURLSession` mechanism.
50+
4551
# Special Considerations
4652

4753
## Using OHHTTPStubs in your Unit Tests
@@ -52,9 +58,7 @@ The wiki also contain [some articles that can help you get started](https://gith
5258
* be sure to wait until the request has received its response before doing your assertions and letting the test case to finish (like for any asynchronous test). [see this wiki page for more info](https://github.com/AliSoftware/OHHTTPStubs/wiki/OHHTTPStubs-and-asynchronous-tests)
5359

5460

55-
## OHHTTPStubs and NSURLSession
56-
57-
`OHHTTPSutbs` also works with iOS7's and OSX 10.9's `NSURLSession` mechanism.
61+
## Automatic loading
5862

5963
In general, `OHHTTPStubs` is automatically enabled by default, both for:
6064

0 commit comments

Comments
 (0)