From cf7a3b7d53e149d2022b44115225ffee8565c9b3 Mon Sep 17 00:00:00 2001 From: askiiart Date: Sat, 30 Nov 2024 01:15:05 -0600 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab6d988..6db37b6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A safe, multi-threaded toolkit for adding Torznab APIs to programs. You just foc Just fill in your own relevant functions and config, and torznab-toolkit will run the API for you -```rs +```rust use torznab_toolkit; let config: torznab_toolkit::config::Config = /* config goes here */ @@ -23,7 +23,7 @@ Note: I wrote the line above when I was tired. Don't ask me what *literal* truck | API call | Explanation | Implemented | | -------- | ------------------------------------------------------------ | ----------- | -| caps | Returns the capabilities of the api. | ❌ | +| caps | Returns the capabilities of the api. | ✅ | | search | Free text search query. | ❌ | | tvsearch | Search query with tv specific query params and filtering. | ❌ | | movie | Search query with movie specific query params and filtering. | ❌ |