From eb8f1b9bb1d35ac6efa448bb1429ef82afa28d70 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 18 Apr 2017 00:54:44 -0300 Subject: [PATCH] Fix broken Markdown headings --- Example/Pods/Expecta/README.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"; }