Fix broken Markdown headings (#689)

This commit is contained in:
Santiago Castro 2017-07-09 13:29:16 -03:00 committed by Elton Mesquita
parent 3bb88789cf
commit 01d30f5ab6
1 changed files with 1 additions and 1 deletions

View File

@ -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