diff --git a/README.md b/README.md
index bd402d720..78adeb777 100644
--- a/README.md
+++ b/README.md
@@ -137,14 +137,14 @@ To use the `@kitajs/html` package, follow these steps:
-> [!WARNING]
+> [!CAUTION]
>
> # Be sure your setup is working correclty!
>
-> Try writing `console.log(
{'<' + '/div>'}
);` in your editor. If it **PRODUCE
-> ERRORS**, then your setup is correct. Refer to the
+> Try writing `console.log({String.name}
);` in your editor. If it **THROWS**
+> a `XSS` error, then your setup is correct. Refer to the
> [@kitajs/ts-html-plugin](https://github.com/kitajs/ts-html-plugin) repository for more
-> details on setting up editor intellisense.
+> details on setting up editor intellisense. _(It should throw, as `String.name` has a type of `string`, type which may or may not have special caracters)_