From a51e38dcf8299f11271511922dc90ac48e7f5a47 Mon Sep 17 00:00:00 2001 From: Mattia Date: Mon, 26 Jul 2021 00:46:15 +0200 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd8a5e7..ee9d117 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ YoutubeExplode is a library that provides an interface to query metadata of YouT Add the dependency to the pubspec.yaml (Check for the latest version) ```yaml -youtube_explode_dart: ^1.9.1 +youtube_explode_dart: ^1.10.4 ``` Import the library @@ -52,7 +52,7 @@ import 'package:youtube_explode_dart/youtube_explode_dart.dart'; The following example shows how you can extract various metadata from a YouTube video: ```dart -// You can provider either a video ID or URL as String or an instance of `VideoId`. +// You can provide either a video ID or URL as String or an instance of `VideoId`. var video = yt.videos.get('https://youtube.com/watch?v=Dpp1sIL1m5Q'); // Returns a Video instance. var title = video.title; // "Scamazon Prime"