From 7b0a491e3e9f8672f5cb69a1b8397baa56dda2aa Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 21:45:29 -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 b31f62b..16880ac 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ An utility for iOS and OSX developers to simplify extracting NSTimeZone from a g You can do the same job by calling [Google API](https://developers.google.com/maps/documentation/timezone/) or [Yahoo API](http://help.yahoo.com/l/us/yahoo/ewsapt/webservices/reference/overview/wsr_timezones.html) but APTimeZones works locally, offline and with no limits inherented to hosted solutions. -###Usage: +### Usage: //Ukraine location CLLocation *location = [[CLLocation alloc] initWithLatitude:50.449846 @@ -29,7 +29,7 @@ You can use APTimeZones with Apple CLGeocoder as well to receive NSTimeZone for } }]; -###Version 1.1: +### Version 1.1: We've added some handy categories with version 1.1 to make timezones magic even more easy. CLLocation+APTimeZones