Skip to content

Commit 5abe439

Browse files
authored
docs: one more metadata correction
1 parent c8e939c commit 5abe439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,8 +499,8 @@
499499

500500
```js
501501
var eventName = 'clicked_on_this'
502-
var metaData = { 'custom_dictionary': 123, 'anything': 'everything' }
503-
Branch.userCompletedAction(eventName, metaData).then(function (res) {
502+
var metadata = { 'custom_dictionary': 123, 'anything': 'everything' }
503+
Branch.userCompletedAction(eventName, metadata).then(function (res) {
504504
alert('Response: ' + JSON.stringify(res))
505505
}).catch(function (err) {
506506
alert('Error: ' + JSON.stringify(err.message))

0 commit comments

Comments
 (0)