From 0b0116bccbf346bf18d7e55fe82b861985c8bfbf Mon Sep 17 00:00:00 2001 From: Ash Furrow Date: Wed, 16 Oct 2013 21:46:22 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd115c0..eb1dd07 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ FunctionalReactivePixels A demonstration of how to use FRP with ReactiveCocoa in an iOS context using the 500px API. -![](http://cloud.ashfurrow.com/image/0u3W3Y3W470w/Screen%20Shot%202013-10-16%20at%209.42.33%20PM.png) +![](http://static.ashfurrow.com/github/gallery.png) -![](http://cloud.ashfurrow.com/image/1R2j2j3Q0W3i/Screen%20Shot%202013-10-16%20at%209.42.35%20PM.png) +![](http://static.ashfurrow.com/github/photo.png) Nothing too complicated yet. Next step is a login and vote mechanic to demonstrate more use of `RACSubject` and `RACCommand`. Then I think it'll be done.