mirror of
https://github.com/public-apis/public-apis.git
synced 2025-06-06 12:51:50 +02:00
Rename Section field to Category
This commit is contained in:
parent
61c6cd196f
commit
c282dd515e
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ function setupMd(filename, anchor) {
|
||||||
|
|
||||||
}
|
}
|
||||||
console.log(anchor + " entries")
|
console.log(anchor + " entries")
|
||||||
console.log("API | Description | Auth | HTTPS | Link | Section")
|
console.log("API | Description | Auth | HTTPS | Link | Category")
|
||||||
console.log("|---|---|---|---|---|---|")
|
console.log("|---|---|---|---|---|---|")
|
||||||
for (i = 0; i < arr.length; i++) {
|
for (i = 0; i < arr.length; i++) {
|
||||||
console.log(arr[i])
|
console.log(arr[i])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue