mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-13 07:41:08 +01:00
Fix broken Markdown headings (#689)
This commit is contained in:
parent
3bb88789cf
commit
01d30f5ab6
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ Full example:
|
|||
|
||||
[Check out all the animations here!](https://daneden.github.io/animate.css/)
|
||||
|
||||
##Usage
|
||||
## Usage
|
||||
To use animate.css in your website, simply drop the stylesheet into your document's `<head>`, and add the class `animated` to an element, along with any of the animation names. That's it! You've got a CSS animated element. Super!
|
||||
|
||||
```html
|
||||
|
|
Loading…
Reference in a new issue