Skip to content

Commit a11c051

Browse files
committed
fixing list remove syntax
1 parent 38c9164 commit a11c051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ kippt.lists.update({
103103
});
104104

105105
// remove an item from the list
106-
kippt.clips.remove(LIST_ID, function(error, data) {
106+
kippt.lists.remove(LIST_ID, function(error, data) {
107107
if(!error) console.log('SUCCESS');
108108
});
109109
```

0 commit comments

Comments
 (0)