From c898c96fa8af76fbc3ab8227396fa37885c5d72e Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 18 Apr 2017 02:25:56 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2725a6e..214a59c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ a GitHubAPI base Stream by RxSwift [微博私信我](http://weibo.com/FengDeng1219) -#Trending +# Trending RxGitHubAPI.trendRepos(YYSince.Daily, language: "swift").subscribeNext { (repos) -> Void in print(repos) @@ -14,7 +14,7 @@ a GitHubAPI base Stream by RxSwift ---------- -#Search +# Search users @@ -32,7 +32,7 @@ repos ---------- -#YYUser +# YYUser 1. 登录 @@ -98,7 +98,7 @@ repos ---------- -#YYRepository +# YYRepository 自己去看接口吧,在`YYRepository+Rx.swift`里面 @@ -107,6 +107,6 @@ repos -#Cocoapods +# Cocoapods 暂时不提供使用,等到功能完善后会支持cocoapods的