Browse Source

%s/ionic-auth/ionic-beer/g

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

+ 5
- 5
TUTORIAL.md View File

@@ -9,7 +9,7 @@ This tutorial shows how to build a secure Spring Boot API with Stormpath. It als
9 9
 Create your Spring Boot API project using [start.spring.io](https://start.spring.io).
10 10
 
11 11
 ```
12
-http https://start.spring.io/starter.zip \
12
+http https://start.spring.io/starter.zip \/
13 13
 dependencies==data-jpa,data-rest,h2,web,devtools,security,stormpath -d
14 14
 ```
15 15
 
@@ -160,13 +160,13 @@ Install Ionic and Cordova: `yarn global add cordova ionic`
160 160
 From a terminal window, create a new application using the following command:
161 161
 
162 162
 ```
163
-ionic start ionic-auth --v2
163
+ionic start ionic-beer --v2
164 164
 ```
165 165
 
166 166
 This may take a minute or two to complete, depending on your internet connection speed. In the same terminal window, change to be in your application’s directory and run it.
167 167
 
168 168
 ```
169
-cd ionic-auth
169
+cd ionic-beer
170 170
 ionic serve
171 171
 ```
172 172
 
@@ -858,7 +858,7 @@ To deploy the app to an iPhone, start by plugging your iOS device into your comp
858 858
 npm install -g ios-deploy ios-sim
859 859
 ionic build ios
860 860
 cd platforms/ios/
861
-open ionic-auth.xcodeproj
861
+open ionic-beer.xcodeproj
862 862
 ```
863 863
 
864 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.
@@ -885,7 +885,7 @@ To emulate or deploy to an Android device, you’ll first need to install [Andro
885 885
 
886 886
 Make sure to open Android Studio to complete the installation.
887 887
 
888
-To deploy to the Android emulator, add support for it to the ionic-auth project using the `ionic` command.
888
+To deploy to the Android emulator, add support for it to the ionic-beer project using the `ionic` command.
889 889
 
890 890
 ```
891 891
 ionic platform add android