From 5da64513ded179a3f0d5d91ee6369f7b60e29a31 Mon Sep 17 00:00:00 2001 From: Kaustubh Bhagwat <139200604+bsfkaustubh@users.noreply.github.com> Date: Thu, 7 Nov 2024 12:20:55 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01773298..14a24e0f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ npm install
-2. Once you install @bsf/force-ui you need to wrap your tailwind css configurations with the `withMT()` function coming from @bsf/force-ui/utils. +2. Once you install @bsf/force-ui you need to wrap your tailwind css configurations with the `withTW()` function coming from @bsf/force-ui/withTW. ```js const withTW = require( '@bsf/force-ui/withTW' );