From 01d30f5ab6002fe5ab9892697376827e916d2ab1 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 9 Jul 2017 13:29:16 -0300 Subject: [PATCH] Fix broken Markdown headings (#689) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70a8816..36e87f3 100644 --- a/README.md +++ b/README.md @@ -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 ``, 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