From 6e80db447bfbe9a3e8841eaccc2e42332e0bd921 Mon Sep 17 00:00:00 2001 From: Trivernis Date: Sun, 18 Apr 2021 10:01:03 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4502651..d137769 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ Fetch simple YouTube Video metadata with ease. ## Example ```rust + +use youtube_metadata::get_video_information; + let information = get_video_information("https://www.youtube.com/watch?v=dQw4w9WgXcQ") .await .unwrap();