diff --git a/API-Docs.md b/API-Docs.md index 0a81cb5..d085d43 100644 --- a/API-Docs.md +++ b/API-Docs.md @@ -18,7 +18,7 @@ ________________________________________________________________________________ videoID: string, category: string // Optional, defaults to "sponsor". See [the category list](https://raw.githubusercontent.com/ajayyy/SponsorBlock/master/config.json.example) - categories: JSON.stringify(string[]) // Use instead of "category" if you want multiple categories. Will look like [%22sponsor%22,%22intro%22] + categories: JSON.stringify(string[]) // Use instead of "category" if you want multiple categories. Will look like ["sponsor","intro"] } ```