diff --git a/README.md b/README.md index d190209..b7c5d5e 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,11 @@ A small collection of Tailwind CSS utility extensions: soft glow focus rings, ro ``` npm install bianira-ui ``` + +## Usage + +Add the plugin to your `tailwind.config.js`: + +```js +plugins: [require('bianira-ui')] +```