Pārlūkot izejas kodu

Change from I to you

Matt Raible 7 gadus atpakaļ
vecāks
revīzija
b1e846dc6a
2 mainītis faili ar 6 papildinājumiem un 6 dzēšanām
  1. 4
    4
      DEMO.md
  2. 2
    2
      TUTORIAL.md

+ 4
- 4
DEMO.md Parādīt failu

179
 npm install -g ios-deploy ios-sim
179
 npm install -g ios-deploy ios-sim
180
 ionic build ios
180
 ionic build ios
181
 cd platforms/ios/
181
 cd platforms/ios/
182
-open ionic-auth.xcodeproj
182
+open ionic-beer.xcodeproj
183
 ```
183
 ```
184
 
184
 
185
 Select your phone as the target in Xcode and click the play button to run your app. 
185
 Select your phone as the target in Xcode and click the play button to run your app. 
186
 
186
 
187
 ### Android
187
 ### Android
188
 
188
 
189
-To deploy to the Android emulator, add support for it to the ionic-auth project using the `ionic` command.
189
+To deploy to the Android emulator, add support for it to the ionic-beer project using the `ionic` command.
190
 
190
 
191
 ```
191
 ```
192
 ionic platform add android
192
 ionic platform add android
201
 HINT: For a faster emulator, use an Intel System Image and install the HAXM device driver
201
 HINT: For a faster emulator, use an Intel System Image and install the HAXM device driver
202
 ```
202
 ```
203
 
203
 
204
-I ran the first suggestion and downloaded my desired system image. Then I ran the second command and created an AVD with the following settings:
204
+Run the first suggestion and download your desired system image. Then  run the second command and created an AVD with the following settings:
205
 
205
 
206
 ```
206
 ```
207
 AVD Name: TestPhone
207
 AVD Name: TestPhone
211
 Skin: Skin with dynamic hardware controls
211
 Skin: Skin with dynamic hardware controls
212
 ```
212
 ```
213
 
213
 
214
-After performing these steps, I was able to run `ionic emulate android` and see my app running in the AVD.
214
+After performing these steps, you should be able to run `ionic emulate android` and see your app running in the AVD.

+ 2
- 2
TUTORIAL.md Parādīt failu

891
 HINT: For a faster emulator, use an Intel System Image and install the HAXM device driver
891
 HINT: For a faster emulator, use an Intel System Image and install the HAXM device driver
892
 ```
892
 ```
893
 
893
 
894
-I ran the first suggestion and downloaded my desired system image. Then I ran the second command and created an AVD with the following settings:
894
+Run the first suggestion and download your desired system image. Then  run the second command and created an AVD with the following settings:
895
 
895
 
896
 ```
896
 ```
897
 AVD Name: TestPhone
897
 AVD Name: TestPhone
901
 Skin: Skin with dynamic hardware controls
901
 Skin: Skin with dynamic hardware controls
902
 ```
902
 ```
903
 
903
 
904
-After performing these steps, I was able to run `ionic emulate android` and see my app running in the AVD.
904
+After performing these steps, you should be able to run `ionic emulate android` and see your app running in the AVD.
905
 
905
 
906
 ## Learn More
906
 ## Learn More
907
 I hope you’ve enjoyed this tour of Ionic, Angular, and Stormpath. I like how Ionic takes your web development skills up a notch and allows you to create mobile applications that look and behave natively.
907
 I hope you’ve enjoyed this tour of Ionic, Angular, and Stormpath. I like how Ionic takes your web development skills up a notch and allows you to create mobile applications that look and behave natively.