From e4015dbcf7f17cc9c893e436d7c32402bca4c5b6 Mon Sep 17 00:00:00 2001 From: Killer069 <65385476+killer069@users.noreply.github.com> Date: Fri, 24 Sep 2021 18:13:30 +0530 Subject: [PATCH] Update README.md --- docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index a64efac..1ea6ed9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -64,11 +64,11 @@ _This is basic to search with any source._ ```js let data = await search('Rick Roll', { limit : 1 }) // Searches for youtube video -let data = await search('Rick Roll', { limit : 1, source { youtube : "video" } }) // Searches for youtube video +let data = await search('Rick Roll', { limit : 1, source : { youtube : "video" } }) // Searches for youtube video -let data = await search('Rick Roll', { limit: 1, source { spotify : "track" } }) // Searches for spotify track. +let data = await search('Rick Roll', { limit: 1, source : { spotify : "track" } }) // Searches for spotify track. -let data = await search('Rick Roll', { limit: 1, source { soundcloud : "tracks" } }) // Searches for soundcloud track. +let data = await search('Rick Roll', { limit: 1, source : { soundcloud : "tracks" } }) // Searches for soundcloud track. ``` ### Stream