Update README.md

Brandon [08-30-17 - 09:16]
Update README.md
Filename
README.md
diff --git a/README.md b/README.md
index 153f1cb..65ea6b6 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
 # ZerobraneXmlTagCompletion
 Automatically adds closing tags for HTML/XML
+
 Version 3

 autotag3.lua is the latest version. Version 3 now supports entering multiple elements per line, self-closing tags will not trigger the autocomplete behavior. The plugin scans the document when deciding wether or not to place closing tags. For instance, if I have:
@@ -13,7 +14,9 @@ Attempting to start another <GuiXml> tag you will not get autocomplete because i
 To Override this behavior just type an extra Chevron <GuiXml>> will become <GuiXml></GuiXml>

 This behavior is actually held over from older versions, I can't remember what purpose it served at the time. If enough people complain to me about its annoyance then I can remove it but I swear it had an important reason at one time or another so I'm a bit cautious to do away with it.
+
 =====================================================================================================
+
 Version 2

 Now scans entire document when deciding whether or not to place a closing tag, in addition to the current line.