From 543d0e5fd0e9a8e94c9f4109814dbcaf3068813d Mon Sep 17 00:00:00 2001 From: Killer069 <65385476+killer069@users.noreply.github.com> Date: Fri, 1 Oct 2021 12:50:40 +0530 Subject: [PATCH] Update README.md --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 0ee2b5e..11acbf4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -92,7 +92,7 @@ let source = await stream("url", { quality : 1 }) // Next to Lowest quality. let source = await stream("url", { cookie: COOKIE }) //This will create a stream Class and also give cookies. -let source = await stream(url, { proxy : ['url'] }) // Accepts a url which has port in in it. +let source = await stream(url, { proxy : ['url'] }) // Accepts a url which has port in it. let source = await stream(url. {proxy : [{ host : "IP or hostname", @@ -121,7 +121,7 @@ let source = await stream_from_info(info, { quality : 1 }) // Next to Lowest qua let source = await stream_from_info(info, { cookie: COOKIE }) //This will create a stream Class and also give cookies if retrying. -let source = await stream_from_info(info, { proxy : ['url'] }) // Accepts a url which has port in in it. +let source = await stream_from_info(info, { proxy : ['url'] }) // Accepts a url which has port in it. let source = await stream_from_info(info, {proxy : [{ host : "IP or hostname",