diff --git a/crates/librqbit/README.md b/crates/librqbit/README.md index 4c6be0f..c8a2037 120000 --- a/crates/librqbit/README.md +++ b/crates/librqbit/README.md @@ -8,6 +8,7 @@ This program will just download a simple torrent file with a Magnet link ```rust use std::error::Error; +use std::path::PathBuf; use librqbit::session::{AddTorrentResponse, Session}; const MAGNET_LINK: &str = "magnet:?..."; // Put your magnet link here