Skip to content

Commit

Permalink
docs: updated on deviceready and resume
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Jan 4, 2017
1 parent dfc557f commit da7228d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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));
Expand Down

0 comments on commit da7228d

Please sign in to comment.