From dceeafd5ac7c2ff978b85500344bd57c4a6c9ee4 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 20:44:42 -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 d5fe880..1d9b668 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ void main() { Use the angular-ui components as described below or in the [demo](http://akserg.github.io/angular.dart.ui.demo/index.html). -##Bootstrap directives and components +## Bootstrap directives and components - Checkbox and RadioButton - DropdownToggle @@ -59,7 +59,7 @@ Use the angular-ui components as described below or in the [demo](http://akserg. *Note: Drag and Drop support is experimental feature and API can be changed at any time in the future.* -##Credits +## Credits - [Sergey Akopkokhyants](https://github.com/akserg) - [Tõnis Pool](https://github.com/poolik).