Skip to content

Commit

Permalink
[CHORE] Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Renemari Padillo committed Apr 26, 2016
1 parent 2672f2d commit ecd3517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ initialize: function() {
},
```

Then add a global method `DeepLinkHandler()` which will act as our callback when the session beings. The deep link data will be included here:
Then you should **EXPLICITLY** define a global method called `DeepLinkHandler()` which will act as our callback when the session beings. The deep link data will be included here:

```js
function DeepLinkHandler(data) {
Expand Down

0 comments on commit ecd3517

Please sign in to comment.