Skip to content

Commit a986751

Browse files
committed
Updated sample code in readme.
1 parent 818ff88 commit a986751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SJNotificationViewController lets you put dead-simple notifications that slide u
44

55
All you need to do is create a notification, give it a view to slide up from, and tell it to show itself. Like this:
66

7-
// assume your view controller has an SJNotificationViewController* ivar called _notificationController
7+
// Assume your view controller has an SJNotificationViewController* ivar called _notificationController.
88
_notificationController = [[SJNotificationViewController alloc] initWithNibName:@"SJNotificationViewController" bundle:nil];
99
[_notificationController setParentView:aView];
1010
[_notificationController setNotificationTitle:@"Hello"];

0 commit comments

Comments
 (0)