Skip to content

Commit 6e952e0

Browse files
committed
docs(readme) fixed string
1 parent de4665b commit 6e952e0

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
@@ -86,7 +86,7 @@ vimeoFactory.getVideosFromCategory({
8686
```js
8787
// parameters: https://developer.vimeo.com/api/endpoints/tags#/{word}/videos
8888
vimeoFactory.getVideosFromTag({
89-
tag:"<CATEGORY_NAME>",
89+
tag:"<TAG_NAME>",
9090
per_page:"<ITEMS_PER_PAGE>", // (optional) default: 20
9191
page:"<PAGE_NUMBER>", // (optional)
9292
query:"<QUERY>", // (optional)

0 commit comments

Comments
 (0)