Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nimati committed Oct 15, 2016
1 parent c1a18ca commit c9cb484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ You can also present your FCAlertView using the following:
andButtons:nil];
```
## Base Customizations
# Base Customizations
- **Title (NSString):** You can leave the Title as ```nil``` or Give it an ```NSString```.
Expand Down Expand Up @@ -116,7 +116,7 @@ Alternatively, you can add buttons to FCAlertView with action block like so:
}];
```
## Extra Customizations
# Extra Customizations
This section includes all the tiny details that you can customize your alert with, which makes FCAlertView very customizable. Or leave it as is and enjoy the simplicity.
Expand Down

0 comments on commit c9cb484

Please sign in to comment.