From 70ec403e259573c51347a8c7e86b66daf6b3a1a8 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sun, 17 May 2020 19:52:12 -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 4686341..0a81cb5 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%2] + categories: JSON.stringify(string[]) // Use instead of "category" if you want multiple categories. Will look like [%22sponsor%22,%22intro%22] } ```