Skip to content

Commit

Permalink
Fix broken Markdown headings
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 committed Apr 18, 2017
1 parent 694f3c4 commit ae45706
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/).

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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".

Expand All @@ -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.

Expand All @@ -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

Expand Down

0 comments on commit ae45706

Please sign in to comment.