From 0e25800bf87d8113151afe0b84a41b61089d6d3b Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 21:35:07 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 41ff1f5..af3e6b0 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -#Bootstrap Tag Autocomplete +# Bootstrap Tag Autocomplete This is a bootstrap plugin to autocomplete tags for contenteditable div elements. It works in the same way tagging people on Facebook, Twitter or Sandglaz works. -#Demo and Documentation +# Demo and Documentation http://sandglaz.github.com/bootstrap-tagautocomplete/ -#Contributing +# Contributing Bug reports and pull requests are welcomed! If your pull request contains JavaScript patches or features, you must include relevant unit tests.