From 6623d0ecba73644feae5b354fe58be1aff22352a Mon Sep 17 00:00:00 2001 From: Morris Brodersen Date: Wed, 6 Dec 2023 20:22:23 +0100 Subject: [PATCH] typo --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e47014..d75877a 100644 --- a/README.md +++ b/README.md @@ -705,9 +705,8 @@ and some opinionated statements based on my experience in the industry. - Little indirection - Low coupling - The result is literally just a bunch of HTML, CSS, and JS files. -- Straight-forward, zero-config testing with Playwright +- Straight-forward testing with Playwright - Includes code coverage -- Great debugging experience via browser developer tools All source files (HTML, CSS and JS) combine to **under 3000 lines of code**, including comments and empty lines.