Skip to content

Commit 0bd503e

Browse files
committed
docs(storybook): fix incorrect package name in documentation
1 parent 9fbd554 commit 0bd503e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/storybook/src/stories/introduction.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ A plugin for Tailwind CSS that generates shadow utilities based on [Neumorphism
5252
Install the plugin with your favorite package manager:
5353

5454
```sh
55-
npm install -D tailwindcss-neumorphism-plugin
55+
npm install -D tailwindcss-neumorphism-ui
5656
```
5757

5858
Then add the plugin to your main `style.css` file:
5959

6060
```diff
6161
@import "tailwindcss";
62-
+ @plugin "tailwindcss-neumorphism-plugin";
62+
+ @plugin "tailwindcss-neumorphism-ui";
6363
```
6464

6565
## Usage

0 commit comments

Comments
 (0)