From 230323cf6a37753ae20a3f94ff8679b18b76486d Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 16:42:47 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 710ef03..4df436d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ SPGooglePlacesAutocomplete requires a deployment target >= iOS 5.0. Instantiate a new SPGooglePlacesAutocompleteQuery and fill in the properties you'd like to specify. ``` objective-c -#import "SPGooglePlacesAutocompleteQuery.h" +# import "SPGooglePlacesAutocompleteQuery.h" ...