diff --git a/README.md b/README.md index 7a159aa..8720dd2 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,8 @@ I wanted to minimise the size of the resulting frontend application, and the best way to reduce the number of dependencies on frontend is to not have any dependencies, to write vanilla JS. -I've been hearing a lot about Web Components lately, so I decided to try to use them. +I've been hearing a lot about Web Components lately, +so I decided to use this as an opportunity to learn more about them. But there are some major design choices to be made with Web Components too, different people use them in different ways.