From 23a2cff0ec8977f314f5b3ce2cc49b8b972c8200 Mon Sep 17 00:00:00 2001 From: Killer069 <65385476+killer069@users.noreply.github.com> Date: Tue, 31 Aug 2021 09:51:06 +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 44b8d01..362bad9 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ if(validate(url)) // Will return true if url is a YouTube url ``` ### stream_from_info(info : `infoData`) -*This is basic to create a youtube stream from a info [ from video_info function ].* +*This is basic to create a youtube stream from a info [ from [video_info](https://github.com/play-dl/play-dl#video_infourl--string) function ].* ```js let info = await video_info("url") let source = await stream_from_info(info) // This will create a stream Class which contains type and stream to be played.