diff --git a/docs/README.md b/docs/README.md index 1fa5b92..0ee2b5e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -121,9 +121,9 @@ 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(url, { 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 in it. -let source = await stream_from_info(url. {proxy : [{ +let source = await stream_from_info(info, {proxy : [{ host : "IP or hostname", port : 8080 }]