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');