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