From 0da797e4f4008f4b9d469faa82ffdabf0af3eae4 Mon Sep 17 00:00:00 2001 From: Colin Eberhardt Date: Sat, 7 Feb 2015 21:59:20 +0000 Subject: [PATCH] Fixed formatting of README --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 58bd93fe318700..c612e3b38e4433 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,12 @@ Get up and running with our Movies sample app: 1. Once you have the repo cloned and met all the requirements above, start the packager that will transform your JS code on-the-fly: - ``` - npm install - npm start - ``` + +``` +npm install +npm start +``` + 2. Open the `Examples/Movies/Movies.xcodeproj` project in Xcode. 3. Make sure the target is set to `Movies` and that you have an iOS simulator selected to run the app.