./README.md in houston-2.3.0 vs ./README.md in houston-2.4.0

- old
+ new

@@ -41,9 +41,10 @@ notification.category = 'INVITE_CATEGORY' notification.content_available = true notification.mutable_content = true notification.custom_data = { foo: 'bar' } notification.url_args = %w[boarding A998] +notification.thread_id = 'notify-team-ios' # And... sent! That's all it takes. APN.push(notification) ```