Skip to content

Commit b62ec4f

Browse files
author
Andy Scott
authored
Merge pull request #270 from intercom/issue_267
Changing id to user_id to make reame example a little clearer
2 parents ec6ed9d + 9c6853e commit b62ec4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ intercom.messages.create({
240240
},
241241
:to => {
242242
:type => "user",
243-
:id => "5678"
243+
:user_id => "5678"
244244
}
245245
})
246246

0 commit comments

Comments
 (0)