From 42403ce5b9055a0c04dd5ecdeed1fa597f74984f Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 23:25:01 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12f304f..a3f8b94 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ bower install ngSmoothScroll This module provides two directives: -####smoothScroll: +#### smoothScroll: Attribute. Scrolls the window to this element, optionally validating the expression inside scroll-if. @@ -75,7 +75,7 @@ Example: ``` -####scrollTo: +#### scrollTo: Attribute. Scrolls the window to the specified element ID when clicking this element.