From d188b1e10813a639a2373835973096aea6def4bb Mon Sep 17 00:00:00 2001 From: ameya Date: Wed, 1 May 2024 05:45:45 +0530 Subject: [PATCH] update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 56395c9..584ac57 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# @tailwindcss/forms +# tlwind-forms A plugin that provides a basic reset for form styles that makes form elements easy to override with utilities. @@ -7,7 +7,7 @@ A plugin that provides a basic reset for form styles that makes form elements ea Install the plugin from npm: ```sh -npm install -D @tailwindcss/forms +npm install -D tlwind-forms ``` Then add the plugin to your `tailwind.config.js` file: @@ -19,7 +19,7 @@ module.exports = { // ... }, plugins: [ - require('@tailwindcss/forms'), + require('tlwind-forms'), // ... ], } @@ -70,7 +70,7 @@ More customization examples and best practices coming soon. In addition to the global styles, we also generate a set of corresponding classes which can be used to explicitly apply the form styles to an element. This can be useful in situations where you need to make a non-form element, such as a `
`, look like a form element. ```html - +