Matt Raible 7 years ago
parent
commit
c54a70e7b1
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      TUTORIAL.md

+ 3
- 3
TUTORIAL.md View File

863
 
863
 
864
 Select your phone as the target in Xcode and click the play button to run your app. The first time you do this, Xcode may spin for a while with a “Processing symbol files” message at the top.
864
 Select your phone as the target in Xcode and click the play button to run your app. The first time you do this, Xcode may spin for a while with a “Processing symbol files” message at the top.
865
 
865
 
866
-Deploying to your phone will likely fail because it won't be able to connect to `http://localhost:8080`. To fix this, copy [this script](./deploy.sh) to your hard drive. It expects to be in a directory above your apps and that your apps are named `client` and `server`. 
866
+Deploying to your phone will likely fail because it won't be able to connect to `http://localhost:8080`. To fix this, copy [this script](./deploy.sh) to your hard drive. It expects to be in a directory above your apps. It also expects your apps to be named `client` and `server`. 
867
 
867
 
868
 If you don't have a Cloud Foundry account, you'll need to [create one](https://account.run.pivotal.io/z/uaa/sign-up) and install its command line tools for this script to work.
868
 If you don't have a Cloud Foundry account, you'll need to [create one](https://account.run.pivotal.io/z/uaa/sign-up) and install its command line tools for this script to work.
869
 
869
 
871
 brew tap cloudfoundry/tap && brew install cf-cli
871
 brew tap cloudfoundry/tap && brew install cf-cli
872
 ```
872
 ```
873
 
873
 
874
-Once you’re configured your phone, computer, and Apple ID to work, you should be able to open the app and see screens like the ones I captured on my iPhone 6s Plus.
874
+Once you’re configured your phone, computer, and Apple ID to work, you should be able to open the app and see all the screens you created. Below are the ones the ones I captured on my iPhone 6s Plus.
875
 
875
 
876
 <p align="center">
876
 <p align="center">
877
 <img src="./static/iphone-login.png" width="250">&nbsp;&nbsp;
877
 <img src="./static/iphone-login.png" width="250">&nbsp;&nbsp;
878
 <img src="./static/iphone-register.png" width="250">&nbsp;&nbsp;
878
 <img src="./static/iphone-register.png" width="250">&nbsp;&nbsp;
879
 <img src="./static/iphone-forgot-password.png" width="250">
879
 <img src="./static/iphone-forgot-password.png" width="250">
880
-</div>
880
+</p>
881
 
881
 
882
 ### Android
882
 ### Android
883
 
883