diff --git a/README.md b/README.md index ed48348..e2ae410 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A Terminal User Interface (TUI) for managing Sonarr, built as a Rust workspace with separate API client library. -> ✨ **Note**: This project was fully vibe coded with AI assistance, showcasing modern development workflows and comprehensive feature implementation. +## > ✨ **Note**: This project was fully vibe coded with AI assistance, showcasing modern development workflows and comprehensive feature implementation. ## Project Structure @@ -241,10 +241,10 @@ async fn main() -> Result<()> { "http://localhost:8989".to_string(), "your-api-key".to_string() ); - + let series = client.get_series().await?; println!("Found {} series", series.len()); - + Ok(()) } ``` @@ -274,4 +274,4 @@ cargo run --example basic_usage ## License -MIT \ No newline at end of file +MIT