From 76b5c6c272cf839281d99eccf6c442a682068f14 Mon Sep 17 00:00:00 2001 From: killer069 <65385476+killer069@users.noreply.github.com> Date: Fri, 24 Sep 2021 12:52:23 +0530 Subject: [PATCH] Docs updated --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 6053b86..8d9e790 100644 --- a/docs/README.md +++ b/docs/README.md @@ -59,7 +59,7 @@ let resource = createAudioResource(source.stream, { }) // This creates resource for playing ``` -### stream_from_info(info : `infoData`, options? : `StreamOptions`) +#### stream_from_info(info : `infoData`, options? : `StreamOptions`) _This is basic to create a stream from a info [ from [video_info](https://github.com/play-dl/play-dl#video_infourl--string) function or [soundcloud]() function [**Only SoundCloudTrack class is allowed**] ]._