From d29d07ee068b35758f2a7b8816f2356784e3cfc1 Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Sun, 8 Feb 2015 11:10:40 -0800 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aaf480ccf..1d186c511 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,9 @@ products with no compromises in quality or capability. 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 - ``` +packager that will transform your JS code on-the-fly: + `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.