docs: add heading for note on AI assistance in README.md
Some checks failed
build / checks-build (push) Has been cancelled
build / codecov (push) Has been cancelled
docs / docs (push) Has been cancelled
build / checks-matrix (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-10-08 17:10:23 +05:30
parent e5521f2c3e
commit b876626d3e

View File

@@ -2,7 +2,7 @@
A Terminal User Interface (TUI) for managing Sonarr, built as a Rust workspace with separate API client library. 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 ## Project Structure
@@ -241,10 +241,10 @@ async fn main() -> Result<()> {
"http://localhost:8989".to_string(), "http://localhost:8989".to_string(),
"your-api-key".to_string() "your-api-key".to_string()
); );
let series = client.get_series().await?; let series = client.get_series().await?;
println!("Found {} series", series.len()); println!("Found {} series", series.len());
Ok(()) Ok(())
} }
``` ```
@@ -274,4 +274,4 @@ cargo run --example basic_usage
## License ## License
MIT MIT