Skip to content

Commit f49064b

Browse files
authored
docs(kitsu): update Quick Start in README
1 parent bafbeeb commit f49064b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/kitsu/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,9 @@ api.get('anime')
139139

140140
// Fetching resources (get/fetch)
141141
api.fetch('anime')
142-
api.fetch('anime/1')
142+
api.fetch('anime', { filter: { id: 1 } })
143143
api.fetch('anime/1/episodes')
144+
api.fetch('anime/1/relationships/episodes')
144145

145146
// Creating resources (post/create)
146147
api.create('post', {

0 commit comments

Comments
 (0)