Updated API Docs (markdown)

Ajay Ramachandran
2020-05-17 19:52:12 -04:00
parent be870583e2
commit 70ec403e25

@@ -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]
}
```