docs: add heading for note on AI assistance in README.md
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user