Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexer10 committed Jul 25, 2021
1 parent 56d8281 commit a51e38d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit a51e38d

Please sign in to comment.