From 6fab55d8517d9d62b482534611e6db1364f80e67 Mon Sep 17 00:00:00 2001 From: k4m4 Date: Sat, 12 Jan 2019 16:00:07 +0200 Subject: [PATCH] Change README file name to lowercase --- src/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/app.js b/src/js/app.js index c693882..34ea7d0 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -97,7 +97,7 @@ objectifyMarkdownNotWomen.table = function(header, body) { }; // Ajax the markdown file with all movie data -client.open('GET', window.location.href + 'README.md'); +client.open('GET', window.location.href + 'readme.md'); client.onreadystatechange = function(e) { // Wipe movies, collections and content as this'll run a bunch of times document.getElementById('root').innerHTML = '';