From 38e4977d4360cc7a72aa5c15c73fe85b37d50ba7 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 23:21:35 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 44df4e5..984b65c 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -#DOAutocompleteTextField +# DOAutocompleteTextField DOAutocompleteTextField is a subclass of UITextField that provide the user with autocompleted text, similar to the URL bar on major browsers and Google Suggest. ![DOAutocompleteTextField Screenshot](https://github.com/doat/DOAutocompleteTextField/raw/master/screenshot.gif) -#Usage +# Usage Add DOAutocompleteTextField to your project, create an instance of it as you would create a UITextField and set the delegate. @@ -48,11 +48,11 @@ or similar to the demo. DOAutocompleteTextField draws the completion text immediatlly after user input. -#Known Issues +# Known Issues * Completion position is still a bit off. * No way of detecting taps on autocomplete label. -##Copyright +## Copyright Copyright 2011 DoAT. All rights reserved. See LICENSE for more details.