Skip to content

Commit f2445aa

Browse files
authored
Update README.md
1 parent 1056367 commit f2445aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ When the `.getInfo()` function is called, it takes only 1 string parameter, whic
2626

2727
> Side Note: If the string is not given in the function's parameter, Python3 will automatically give an error. Additionally if the video URL is invalid, the system will throw an error as well (from the code).
2828
29-
```json
29+
```js
3030
// "req" is a variable (which is the request of the API) that is equal to a JSON response.
31+
const req = [...]
32+
{
3133
"version": req["version"],
3234
"title": req["title"],
3335
"author": {

0 commit comments

Comments
 (0)