From b876626d3e738b0b6911c58063d7d8d6c11b86e7 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Wed, 8 Oct 2025 17:10:23 +0530 Subject: [PATCH] docs: add heading for note on AI assistance in README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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