diff --git a/site/src/pages/index.html b/site/src/pages/index.html index 2e77cbb..59573a1 100644 --- a/site/src/pages/index.html +++ b/site/src/pages/index.html @@ -90,14 +90,12 @@

Writing Web Components from the vanilla HTMLElement can seem confusing and - hard to maintain especially when coming from JS frameworks; and other - projects will recommend complex setups before you can even get - started... + hard to maintain, especially when coming from popular JS frameworks.

- This project aims to ease this with virtually zero need for advanced - tooling and working closest to vanilla custom element APIs. It works - on current-day browsers without needing compilers, transpilers, or + This project aims to ease this with virtually zero tooling required + and working closest to vanilla custom element APIs. It works on + current-day browsers without needing compilers, transpilers, or polyfills.