Skip to content

Commit 8ae57ec

Browse files
committed
fix typo
1 parent 17b0d02 commit 8ae57ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ All of these settings are optional, if not set basic animate.css fallback animat
7373

7474
The plugin generates all the animate.css utility classes for you.
7575

76-
### Varinats
76+
### Variants
7777
Generating different class variants is super easy, just add the desired variant to the variants array at the plugin options.
7878
```js
7979
plugins: [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-animatecss",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Add Animate CSS as Tailwind CSS plugin to your project.",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)