diff --git a/Example/Pods/Expecta/README.md b/Example/Pods/Expecta/README.md index 1933707..e988746 100644 --- a/Example/Pods/Expecta/README.md +++ b/Example/Pods/Expecta/README.md @@ -1,4 +1,4 @@ -#Expecta +# Expecta [![Build Status](http://img.shields.io/travis/specta/expecta/master.svg?style=flat)](https://travis-ci.org/specta/expecta) [![Pod Version](http://img.shields.io/cocoapods/v/Expecta.svg?style=flat)](http://cocoadocs.org/docsets/Expecta/) diff --git a/README.md b/README.md index 6f4d63b..98cf8c6 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ If you need to send a batch of api simultaneously, use `DRDAPIBatchAPIRequests` ``` @implementation DRDAPIPostCall -#pragma mark - init +# pragma mark - init - (instancetype)init { self = [super init]; if (self) { @@ -91,7 +91,7 @@ If you need to send a batch of api simultaneously, use `DRDAPIBatchAPIRequests` return self; } -#pragma mark - DRD +# pragma mark - DRD - (NSString *)customRequestUrl { return @"http://httpbin.org"; }