From c282dd515e939c4d62cb2647a5c326895b334eb8 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Wed, 16 Aug 2017 23:13:30 -0400 Subject: [PATCH] Rename Section field to Category --- build/condenseMd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/condenseMd.js b/build/condenseMd.js index 1fd51dc1..b1eb1735 100644 --- a/build/condenseMd.js +++ b/build/condenseMd.js @@ -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])