Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
DerLobi committed Feb 23, 2014
1 parent 87a876e commit 4855d7f
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 4855d7f

Please sign in to comment.