From 3e2e5103f9d2c78ff20c7b46d4b125ab90520919 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 18:22:57 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 569008a..de19e8d 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ ### 效果演示: ![image](https://github.com/renzifeng/ZFSetting/raw/master/ZFSetting.gif) -#Installation with CocoaPods +# Installation with CocoaPods pod 'ZFSetting' -#How To Use +# How To Use 直接继承ZFBaseSettingViewController,创建UIViewController的类,实现以下方法就可以实现设置页面的显示。 ``` objc