Skip to content

Commit c9ba1b6

Browse files
authored
docs(kitsu): add alias for delete to Quick Start in README
1 parent f49064b commit c9ba1b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/kitsu/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ api.update('post', {
154154
content: 'new content'
155155
})
156156

157-
// Deleting resources
157+
// Deleting resources (delete/remove)
158158
api.remove('post', 1)
159159

160160
// JSON:API parameters

0 commit comments

Comments
 (0)