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