From 5077810dd95ec89a4260d5a31a8a4c36c7547a7c Mon Sep 17 00:00:00 2001 From: Killer069 <65385476+killer069@users.noreply.github.com> Date: Sat, 28 Aug 2021 14:03:14 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2bebc3..9be9c71 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ const video = await video_info(url) ### playlist_info(url : `string`, parseIncomplete : `boolean`) *This fetches all details about a playlist.* -**parseIncomplete** is optional parameter if you want to parse playlist with hidden videos in them. +**parseIncomplete** is optional parameter if you want to parse playlist with hidden videos. ```js const playlist = await playlist_info(url) //This only fetches first 100 videos from a playlist