Skip to content

Commit 7c57aca

Browse files
committed
fix readme typo
1 parent 687db38 commit 7c57aca

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
@@ -100,7 +100,7 @@ client.contacts.find({ id: '5342423' }, callback);
100100

101101
```node
102102
// Delete contact by id
103-
client.contacts.find({ id: '5342423' }, callback);
103+
client.contacts.delete({ id: '5342423' }, callback);
104104
```
105105

106106
```node

0 commit comments

Comments
 (0)