Skip to content

Commit

Permalink
Updates README to fix a markdown typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroFranco committed Feb 13, 2015
1 parent a56f9ef commit 0efebb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ For presenting the view controller, call ```-performSegueWithIdentifier:sender:`

[self performSegueWithIdentifier:@"blurSegue" sender:self];

## Customization (**not available from iOS 8 or above, because native blurring is used)
## Customization (not available from iOS 8 or above, because native blurring is used)

You can customize a few things such as the blur radius, tint color, saturation delta factor and modal transition style. To do this, import the class into your class:

Expand Down

0 comments on commit 0efebb0

Please sign in to comment.