about summary refs log tree commit diff stats
path: root/js/bird-words/browser-beak.js
diff options
context:
space:
mode:
authorelioat <hi@eli.li>2023-12-30 16:33:10 -0500
committerelioat <hi@eli.li>2023-12-30 16:33:10 -0500
commitf2867bea4a102b8cdd9814a6c264a69cefa263ba (patch)
treefff3429d18fe5b11e49f6a36f345418db0cf2245 /js/bird-words/browser-beak.js
parent619383d6bcf717444d042b099e7cc534e55a96b8 (diff)
downloadtour-f2867bea4a102b8cdd9814a6c264a69cefa263ba.tar.gz
*
Diffstat (limited to 'js/bird-words/browser-beak.js')
-rw-r--r--js/bird-words/browser-beak.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bird-words/browser-beak.js b/js/bird-words/browser-beak.js
index de55bde..c76f7f6 100644
--- a/js/bird-words/browser-beak.js
+++ b/js/bird-words/browser-beak.js
@@ -15,7 +15,7 @@ function prettyItUp(string) {
     return string.charAt(0).toUpperCase() + string.slice(1) + "!";
 }
 
-fetch('input.txt')
+fetch('corpus.txt')
     .then(response => response.text())
     .then(data => {
         let corpus = data;