From d7dccca8102d94b21bfdd4ed7e292105762f6f7e Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Thu, 8 Aug 2024 19:08:39 -0500 Subject: [PATCH] Test commit again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cc0069..e8629f8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ These highlighted words ARE case senstive. You can make them not case sensitive Highlighted words will automatically highlight adjacent letters. So, for example, `NodeJS-generated` will all be highlighted green, as `NodeJS` is a keyword. If a highlighted word finds adjacent paranthesis, then the entire parenthesis will be highlighted. -For example `(Godot Engine is super cool)` will all be highlighted blue. So will `(My favorite utoid is Teto)`. But, on the other hand, `(Don't you think Javascript sucks?)` will only have `Javascript` highlighted. +For example `(Godot Engine is super cool)` will all be highlighted blue. So will `(My favorite UTAUloid is Teto)`. But, on the other hand, `(Don't you think Javascript sucks?)` will only have `Javascript` highlighted. ### Dynamic HTML In `pageUpdater.js`, is a dictionary that specifies keywords to look for. Then, if it finds those keywords, and replaces them with HTML.