From 67a9f6490a246730e911385fbe3c72002a5719b8 Mon Sep 17 00:00:00 2001 From: Inga Date: Wed, 20 Nov 2024 03:27:16 +0000 Subject: [PATCH] improved readme wording --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.