From 59f30f760758f27ffcdc637e7b055485ea965919 Mon Sep 17 00:00:00 2001 From: Musharof Chowdhury Date: Tue, 30 Apr 2024 10:54:15 +0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3e4d50..9012266 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Step #3: Update the tailwind.config.js file with the TailGrids plugin. ```js filename="tailwind.config.js" copy showLineNumbers module.exports = { - content: ["./*.html", "./**/*.{html,js,jsx,ts,tsx,vue}", "./assets/**/*.js"], // your targeted files + content: ["./*.html", "./**/*.{html,js,jsx,ts,tsx,vue}", "./assets/**/*.js"], theme: {}, variants: { extend: {},