diff --git a/site/src/pages/index.html b/site/src/pages/index.html index fd47f31..2e77cbb 100644 --- a/site/src/pages/index.html +++ b/site/src/pages/index.html @@ -91,13 +91,13 @@ Writing Web Components from the vanilla HTMLElement can seem confusing and hard to maintain especially when coming from JS frameworks; and other - projects will even recommend complex setups before you can get - started... often resulting to code your components don't even need. + projects will recommend complex setups before you can even get + started...

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