From f30de7854309698db1c4083ec9d073752b7090b0 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 12:22:57 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d56fab4..4e4b0b6 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ typedef void (^TYDownloadStateBlock)(TYDownloadState state,NSString *filePath, N // [TYDownloadSessionManager manager].delegate = self; // [TYDownLoadDataManager manager].delegate = self; -#pragma mark - TYDownloadDelegate +# pragma mark - TYDownloadDelegate - (void)downloadModel:(TYDownloadModel *)downloadModel didUpdateProgress:(TYDownloadProgress *)progress {