From ef3e0a69614da4148dfd91de8bb49154d18aabb2 Mon Sep 17 00:00:00 2001 From: alkeshghorpade Date: Thu, 28 Jan 2021 22:37:25 +0530 Subject: [PATCH] fixed typo in readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76032390..18f7fbba 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ end If you need to customize what files are searched for class names when using the asset pipeline, you need to replace the compressor line with something like: ```ruby - config.assets.css_compressor = Tailwindcss::Compressor.new(files_with_class_names: Rails.root.glob("app/somehere/**/*.*")) + config.assets.css_compressor = Tailwindcss::Compressor.new(files_with_class_names: Rails.root.glob("app/somewhere/**/*.*")) ``` By default, the CSS purger will only operate on the tailwind css file included with this gem. If you want to use it more broadly: