Skip to content

Commit

Permalink
fixed readme step orderding
Browse files Browse the repository at this point in the history
Needed to have code block indented to prevent having two `1.` steps
  • Loading branch information
robz committed Jan 28, 2015
1 parent 2f81351 commit 52b0637
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Get up and running with our Movies sample app:

1. Start the JavaScript app server:

```
npm start
```
```
npm start
```

2. Open the `Examples/Movies/Movies.xcodeproj` project in Xcode.
3. Make sure the target is set to `Movies` and select an iOS simulator to run the app.
Expand Down

0 comments on commit 52b0637

Please sign in to comment.