Commit dc2f33f
committed
Update README.md
Changing findUserByEmail(), findUserByUserID() and findUserById() to getUser().
After trying to work out why findUserByUserID() did not work, I realised it should just be getUser().
The example in the Docs - http://doc.intercom.io/api/#view-a-user show this correctly, but the README does not.1 parent 5790970 commit dc2f33f
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments