From 13362367093fbfe7a031e6b265631659f8db418c Mon Sep 17 00:00:00 2001 From: Blake Watters Date: Sat, 28 Dec 2013 12:14:26 -0500 Subject: [PATCH] Fix CocoaPods Badge URL's Images need to be loaded via https instead of http --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12a1a24..299f983 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ TransitionKit ============= [![Build Status](https://travis-ci.org/blakewatters/TransitionKit.png?branch=master,development)](https://travis-ci.org/blakewatters/TransitionKit) -![Pod Version](http://cocoapod-badges.herokuapp.com/v/TransitionKit/badge.png) -![Pod Platform](http://cocoapod-badges.herokuapp.com/p/TransitionKit/badge.png) +![Pod Version](https://cocoapod-badges.herokuapp.com/v/TransitionKit/badge.png) +![Pod Platform](https://cocoapod-badges.herokuapp.com/p/TransitionKit/badge.png) **A simple, elegantly designed block based API for implementing State Machines in Objective-C**