Skip to content

Commit 5682b4e

Browse files
docs: Update README note to include PR option
1 parent 669eb29 commit 5682b4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ const search = await youtube.searchVideos('never gonna give you up')
5858
console.log(search.items.map(v => v.title).join('\n')) // titles of 50 beautiful videos
5959
```
6060

61-
Note: This wrapper does not implement every feature of the YouTube API. If you would like anything added, feel free to open an issue. The limits imposed by the wrapper are not imposed by YouTube.
61+
Note: This wrapper does not implement every feature of the YouTube API. If you would like anything added, feel free to open a PR or an issue. The limits imposed by the wrapper are not imposed by YouTube.

0 commit comments

Comments
 (0)