From 15109273d4c76561dd0db46fd010549cd66716f8 Mon Sep 17 00:00:00 2001 From: Chris Worcester Date: Sun, 21 Apr 2024 00:05:34 -0400 Subject: [PATCH] Fix csv file name --- script.js | 2 +- categores.csv => words.csv | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename categores.csv => words.csv (100%) diff --git a/script.js b/script.js index 0a794cf..9ce72eb 100644 --- a/script.js +++ b/script.js @@ -4,7 +4,7 @@ var buttonContainer; document.addEventListener("DOMContentLoaded", function () { buttonContainer = document.getElementById("buttonContainer"); - loadCSV("categories.csv"); + loadCSV("words.csv"); // Call the createButtons function initially search(""); }); diff --git a/categores.csv b/words.csv similarity index 100% rename from categores.csv rename to words.csv