We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75db217 commit 5f94d03Copy full SHA for 5f94d03
README.md
@@ -14,7 +14,7 @@ install animate-css-styled-components
14
15
## How to use
16
17
-import animate-css-styled-components module called global animations or a specific animation
+import animate-css-styled-components module calling global animations or a specific animation
18
19
```
20
import { Wobble, FadeIn, FadeOut } from 'animate-css-styled-components';
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "animate-css-styled-components",
3
- "version": "0.0.3",
+ "version": "0.0.5",
4
"description": "port of animate.css for styled-components",
5
"main": "./index.js",
6
"scripts": {
0 commit comments