From 24261629f045703eb9514ab0a38b4eb4cbda722f Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Wed, 5 Jun 2019 22:41:32 -0500 Subject: [PATCH] Fix typo in code blocks --- API.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/API.md b/API.md index 6603675..4e2f4e6 100644 --- a/API.md +++ b/API.md @@ -10,7 +10,7 @@ All endpoints that return a JSON body support the [fields API](https://developer > Schema: -```$1javascript +```javascript { "version": String, "software": { @@ -37,7 +37,7 @@ All endpoints that return a JSON body support the [fields API](https://developer > Schema: -```$1javascript +```javascript { "title": String, "videoId": String, @@ -165,7 +165,7 @@ Returns annotation XML from YouTube's `/annotations_invideo` endpoint. Alternati > Schema: -```$1javascript +```javascript { "commentCount": Int32?, "videoId": String, @@ -261,7 +261,8 @@ Captions can also be selected with an ISO `lang`, e.g. &lang=en, `tlang` will au > Schema: -```javascript[ +```javascript +[ { "title": String, "videoId": String,