Skip to content

Commit b4211dc

Browse files
author
Adam Plesnik
committed
Fix typo in the package name
1 parent fd34e66 commit b4211dc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ A plugin for Tailwind CSS v3.4+ that provides utilities for scroll-driven animat
99
Install the plugin from npm:
1010

1111
```sh
12-
npm install @adam.plesnik/taiwlindcss-scroll-driven-animations
12+
npm install @adam.plesnik/tailwindcss-scroll-driven-animations
1313
```
1414

1515
Then add the plugin to your `tailwind.config.js`:
1616

1717
```js
1818
module.exports = {
1919
plugins: [
20-
require('@adam.plesnik/taiwlindcss-scroll-driven-animations'),
20+
require('@adam.plesnik/tailwindcss-scroll-driven-animations'),
2121
// ...
2222
],
2323
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@adam.plesnik/taiwlindcss-scroll-driven-animations",
3-
"version": "0.0.3",
2+
"name": "@adam.plesnik/tailwindcss-scroll-driven-animations",
3+
"version": "0.0.4",
44
"author": "Adam Plesnik <[email protected]>",
55
"scripts": {
66
"build": "npx swc ./src/index.js --out-dir ./dist"

0 commit comments

Comments
 (0)