From 545911dd11dbc53a8eb3b158919388529ecaf0e6 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sun, 17 May 2020 19:47: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 5f2d9ec..e3acd43 100644 --- a/API-Docs.md +++ b/API-Docs.md @@ -16,7 +16,7 @@ ________________________________________________________________________________ ``` { videoID: string, - category: string // Optional, defaults to "sponsor". See [the category list](https://github.com/ajayyy/SponsorBlock/blob/master/config.json.example) + 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] }