From a08580eeeefc3ac7e56db69bdbf252b08039ae4b Mon Sep 17 00:00:00 2001 From: LuanRT Date: Mon, 9 May 2022 18:43:38 -0300 Subject: [PATCH] chore(docs): rephrase --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbd27102..85dc1bd6 100644 --- a/README.md +++ b/README.md @@ -740,7 +740,7 @@ const playlist = await youtube.getPlaylist('PLAYLIST_ID', { client: 'YOUTUBE' }) ### Interactions: --- -The library makes it easy to interact with YouTube programmatically. However, don't forget that you must be signed in to use the following features! +Don't forget that you must be signed in to use some of the following methods! * Subscribe/Unsubscribe: ```js @@ -930,7 +930,7 @@ const options = { range: { start: number, end: number } }; -const stream = youtube.download('VIDEO_ID, options); +const stream = youtube.download('VIDEO_ID', options); ``` Options: