From 982922408b6eddbb4a281e36bab64e07cca82dcd Mon Sep 17 00:00:00 2001 From: Matteo Date: Fri, 16 Sep 2022 09:40:30 +0200 Subject: [PATCH] Minor adjustment for clarity --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c06fff4..b7b2ac32 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ When you are building a website, chances are that you are using a css framework like Bootstrap, Materializecss, Foundation, etc... But you will only use a small set of the framework and a lot of unused css styles will be included. -This is where PurgeCSS comes into play. PurgeCSS analyzes your content and your css files. Then it matches the selectors used in your files with the one in your content files. It removes unused selectors from your css, resulting in smaller css files. +This is where PurgeCSS comes into play. PurgeCSS analyzes your content and your css files. Then it matches the selectors used in your css files with the ones in your content files. It removes unused selectors from your css, resulting in smaller css files. ## Sponsors 🥰