Rename Section field to Category

This commit is contained in:
Dave Machado 2017-08-16 23:13:30 -04:00 committed by GitHub
parent 61c6cd196f
commit c282dd515e

View file

@ -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])