From 68663ee2646be4dcaded2d3c8d7fa33ba1cc7d22 Mon Sep 17 00:00:00 2001 From: dkhamsing Date: Wed, 31 Dec 2014 11:39:16 -0800 Subject: [PATCH] Fix broken link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b2150b..b421242 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ C-41 ==== -[![Build Status](https://travis-ci.org/AshFurrow/C-41.png?branch=master)](https://travis-ci.org/AshFurrow/C-41) +[![Build Status](https://travis-ci.org/ashfurrow/C-41.png?branch=master)](https://travis-ci.org/ashfurrow/C-41) [C-41](https://itunes.apple.com/ca/app/c-41/id789924103?mt=8) is an application to help people develop film at home by providing a series of "recipes" for photographers to use. The app demonstrates how to use Core Data, unit tests, ReactiveCocoa, and Model-View-ViewModel. Pull requests are welcome. -![Screenshot](https://raw.github.com/AshFurrow/C-41/master/screenshot.png) +![Screenshot](https://raw.github.com/ashfurrow/C-41/master/screenshot.png) Building ----------------