From da7228d57a5dbcff588ca8539eb1f7b233883704 Mon Sep 17 00:00:00 2001 From: Ethan Neff Date: Wed, 4 Jan 2017 15:00:49 -0800 Subject: [PATCH] docs: updated on deviceready and resume --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c796d87..123016f6 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,7 @@ - Loads Branch into your app - - Must be called on `deviceReady` + - Must be called on `deviceready` and 'resume' ```js // for development and debugging only @@ -502,7 +502,7 @@ - Listener ```js - // Branch initialization within your deviceReady + // Branch initialization within your deviceready and resume Branch.initSession(function(deepLinkData) { // handler for deep link data on click alert(JSON.stringify(deepLinkData));