Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken headings in Markdown files #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Dropdown notification view for iOS

![alt text](https://raw.githubusercontent.com/AlvaroFranco/AFDropdownNotification/master/img/preview.gif?token=ABV8uk1ShHPyKmhdNNJsvN3jYyuhgxJGks5UmHMwwA%3D%3D "Preview")

##Installation
## Installation

If you're using CocoaPods, just add this line to your Podfile:

Expand All @@ -16,7 +16,7 @@ If you're not, import these files to your project:
AFDropdownNotification.h
AFDropdownNotification.m

##Usage
## Usage

First of all, init your AFDropdownNotification class and set your main class as ```AFDropdownNotificationDelegate```:

Expand Down Expand Up @@ -86,13 +86,13 @@ Also, you can use blocks:
```


##TODO
## TODO

- [ ] Light theme
- [ ] Autolayout support for rotation

##License
## License
AFDropdownNotification is under MIT license so feel free to use it!

##Author
## Author
Made by Alvaro Franco. If you have any question, feel free to drop me a line at [[email protected]](mailto:[email protected])