We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa91fc1 + 47c5239 commit 48466eaCopy full SHA for 48466ea
README.md
@@ -170,7 +170,7 @@ Contact created = Contact.create(contact);
170
171
// Find a single contact by server supplied user id or id
172
contact = Contact.findByID("541a144b201ebf2ec5000002");
173
-contact = Contact.findByUserID("e1a7d875-d83a-46f7-86f4-73be98a98584);
+contact = Contact.findByUserID("e1a7d875-d83a-46f7-86f4-73be98a98584");
174
175
// Update a contact
176
contact.setName("Stitch Hessian");
0 commit comments