From a6a8f5668c3bbe98b12c634d5edc64c87f5c8adc Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Mon, 18 May 2020 16:20:39 -0400 Subject: [PATCH] Updated API Docs (markdown) --- API-Docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] } ```