diff --git a/scripts/build.js b/scripts/build.js index eadf1c07b..83c16d0b3 100644 --- a/scripts/build.js +++ b/scripts/build.js @@ -44,7 +44,7 @@ These snippets, while useful and interesting, didn\'t quite make it into the rep ## Table of Contents ` - for(const snippet of Object.entries(snippets).filter(s[0] !=== 'README.md')) + for(const snippet of Object.entries(snippets).filter(s[0] !== 'README.md')) output += `* [\`${snippet[0].slice(0,-3)}\`](#${snippet[0].toLowerCase().slice(0,-3)})\n`; output += '\n---\n'; for(const snippet of Object.entries(snippets)){