From eaa3ee818a47b43e7d56fc750dd8e672997d3636 Mon Sep 17 00:00:00 2001 From: Spike Date: Wed, 17 Jun 2015 08:50:56 +0100 Subject: [PATCH] Update README.md --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9ae21336da..e3c07492ae 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Instagram Challenge Instructions ------- * Challenge time: Friday, the entire day + the weekend if you need it -* Feel free to use google, your notes, books, etc but work on your own +* Feel free to use Google, your notes, books, etc., but work on your own * You must submit a pull request to this repo with your challenge solution (or partial solution) by 9am Monday morning Task @@ -17,12 +17,6 @@ As usual please start by * Filling out your learning plan self review for the week: https://github.com/makersacademy/learning_plan (if you haven't already) * Forking this repo -Your challenge is to build Instagram using Rails. You'll need users who can post pictures, write comments on pictures and like a picture. It will need to look like the instagrams website or better. +Your challenge is to build Instagram using Rails. You'll need **users** who can post **pictures**, write **comments** on pictures and **like** a picture. Style it like Instagram's website (or more awesome). -Breakdown of models: -- User -- Post -- Comment/description -- Like - -Bonus if you can add filters :P +Bonus if you can add filters!