diff --git a/README.md b/README.md index 48d447da..8ee94757 100644 --- a/README.md +++ b/README.md @@ -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),