From c337503efd276152dcbeb31d1dd2f268d33af578 Mon Sep 17 00:00:00 2001 From: Inhji Date: Sat, 12 Nov 2022 12:40:31 +0100 Subject: [PATCH] add help text and link to dict.cc --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index b9c729b..18b40e8 100644 --- a/main.js +++ b/main.js @@ -17,9 +17,9 @@ const randomIndex = getRandomInt(0, all.length - 1) const randomWord = all[randomIndex] document.querySelector('#app').innerHTML = ` -

What does '${randomWord}' mean?

And does this word even exist? 🤔

+

(Click on the link to check the meaning on dict.cc)

This word comes from a collection of ${data.verbs.length*data.prefixes.length} verbs made from only ${data.verbs.length} verbs and ${data.prefixes.length} prefixes. See how lazy germans are?

`