From 3ec111212cf80d407b43e2d28d8cc27c5532b908 Mon Sep 17 00:00:00 2001 From: "luan.lrt4@gmail.com" Date: Wed, 23 Mar 2022 00:45:59 -0300 Subject: [PATCH] chore(docs): rephrase --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03de9b35..6e09aa70 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ const suggestions = await youtube.getSearchSuggestions('QUERY', {

-Get details about a specific video: +Get details about a given video: ```js const video = await youtube.getDetails('VIDEO_ID');