Skip to content

Commit

Permalink
docs: fixed variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Erwan Leblanc committed Sep 6, 2017
1 parent 12303e1 commit c8e939c
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 @@ -499,7 +499,7 @@

```js
var eventName = 'clicked_on_this'
var metadata = { 'custom_dictionary': 123, 'anything': 'everything' }
var metaData = { 'custom_dictionary': 123, 'anything': 'everything' }
Branch.userCompletedAction(eventName, metaData).then(function (res) {
alert('Response: ' + JSON.stringify(res))
}).catch(function (err) {
Expand Down

0 comments on commit c8e939c

Please sign in to comment.