From e6e2f0243631ed4f034065b1261d3d29f0363a78 Mon Sep 17 00:00:00 2001 From: "C++, JS, TS, Python Developer" <65385476+killer069@users.noreply.github.com> Date: Fri, 13 Aug 2021 15:02:25 +0530 Subject: [PATCH] Update README.md --- node-youtube-dl/YouTube/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-youtube-dl/YouTube/README.md b/node-youtube-dl/YouTube/README.md index a785889..ad3c88d 100644 --- a/node-youtube-dl/YouTube/README.md +++ b/node-youtube-dl/YouTube/README.md @@ -70,7 +70,7 @@ console.log(playlist.videoCount) // This displays total no. of videos in a playl ``` ## Search Command Usage :- -### 1. search(url : `string`, options? : `SearchOptions`) +### 1. search(url : `string`, options? : [SearchOptions](https://github.com/node-youtube-dl/node-youtube-dl/tree/Killer/node-youtube-dl/YouTube#searchoptions)) *This enables all searching mechanism (video, channel, playlist)* ```js let result = await search('Rick Roll')