mirror of
https://github.com/public-apis/public-apis.git
synced 2025-05-15 01:56:44 +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("API | Description | Auth | HTTPS | Link | Section")
|
||||
console.log("API | Description | Auth | HTTPS | Link | Category")
|
||||
console.log("|---|---|---|---|---|---|")
|
||||
for (i = 0; i < arr.length; i++) {
|
||||
console.log(arr[i])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue