From ae45706d38e5ace02e3bb28cb45418a8baed259d Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 21:54:34 -0300 Subject: [PATCH] Fix broken Markdown headings --- CHANGELOG.md | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b17367..0094d18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -#Change Log +# Change Log All notable changes to this project will be documented in this file. `DLRadioButton` adheres to [Semantic Versioning](http://semver.org/). diff --git a/README.md b/README.md index 2069d39..b38b616 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ Since its release, DLRadioButton has become the most popular radio buttons contr ## Usage -####To install: +#### To install: * Option 1: simply put `DLRadioButton.h` and `DLRadiobutton.m` in your project. * Option 2: add `pod 'DLRadioButton', '~> 1.4'` to your `Podfile`. * Option 3: add `github "DavydLiu/DLRadioButton" ~> 1.4` to your `Cartfile`. -####To add radio buttons in interface builder: +#### To add radio buttons in interface builder: 1. Put some UIButtons onto a View and change the UIButtons' type to "custom". @@ -34,7 +34,7 @@ Since its release, DLRadioButton has become the most popular radio buttons contr ![set otherButtons outlet](Images/set_otherButtons_outlet.png) -####To customize DLRadiobutton: +#### To customize DLRadiobutton: * Simply set properties directly in Interface Builder. @@ -44,7 +44,7 @@ Since its release, DLRadioButton has become the most popular radio buttons contr ![DLRadioButton](Images/DLRadioButton.png) -####To add radio buttons programmatically, please refer to the example project. +#### To add radio buttons programmatically, please refer to the example project. ## Requirements