Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
DerLobi authored and Collin Ruffenach committed Mar 9, 2014
1 parent 98a9042 commit 574e7e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ Notifications can be created through `CRToastManager`'s `showNotificationWithOpt
This code

``` objc
NSDictionary *options = @{kCRToastTextKey : @"Hello World!",
NSDictionary *options = @{
kCRToastTextKey : @"Hello World!",
kCRToastTextAlignmentKey : @(NSTextAlignmentCenter),
kCRToastBackgroundColorKey : [UIColor redColor],
kCRToastAnimationInTypeKey : @(CRToastAnimationTypeGravity),
Expand Down

0 comments on commit 574e7e7

Please sign in to comment.