From b23c7fc351691e68f8b2f41eebfe382c2eb69414 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Wed, 23 Sep 2020 19:30:14 -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 5bf3361..20077df 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: string[] // Use instead of "category" if you want multiple categories. Will look like ["sponsor","intro"] + categories: string[] // Optional. Use instead of "category" if you want multiple categories. Will look like ["sponsor","intro"] } ```