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.