From 335f4c8f444e150f537990da6e031a93c139fada Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Wed, 17 Feb 2016 06:36:06 -0800 Subject: [PATCH] Correct the capitalization of Xcode in README --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 0f457e8..6e1f9f0 100644 --- a/README.markdown +++ b/README.markdown @@ -20,7 +20,7 @@ This class extends MKAnnotationView by animating its position and rotation on th ## iOS7 Compatible ## -- Updated to use XCode5 project structure, iOS7 SDK. +- Updated to use Xcode5 project structure, iOS7 SDK. - Updated deployment target of sample project to iOS6. HGMovingAnnotationView + HGMovingAnnotation can be used on pre-iOS6 versions as well. - Added capability to update and animate the rotation of the annotation view.