Skip to content

Commit 0591e75

Browse files
author
Darren Zhang
committed
Fixed the defect.
1 parent 5491099 commit 0591e75

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.adoc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 IBM Corporation and others.
1+
// Copyright (c) 2020 IBM Corporation and others.
22
// Licensed under Creative Commons Attribution-NoDerivatives
33
// 4.0 International (CC BY-ND 4.0)
44
// https://creativecommons.org/licenses/by-nd/4.0/
@@ -82,15 +82,14 @@ include::{common-includes}/gitclone.adoc[]
8282

8383
The `finish` directory in the root of this guide contains the finished application. Give it a try before you proceed.
8484

85-
To try out the application, first go to the `finish` directory and run the following
86-
Maven goal to build the application and deploy it to Open Liberty:
85+
To try out the application, first go to the `finish` directory and build your Angular frontend:
8786

8887
[role='command']
8988
```
9089
mvn generate-resources
9190
```
9291

93-
Start the Angular application, which starts the Open Liberty server:
92+
Run the following Maven goal to build the application and deploy it to Open Liberty:
9493

9594
[role='command']
9695
```
@@ -101,10 +100,10 @@ After you see the following message, your application server is ready.
101100

102101
[role="no_copy"]
103102
----
104-
Press the Enter key to run tests on demand.
103+
The defaultServer server is ready to run a smarter planet.
105104
----
106105

107-
Then, point your browser to the web application root http://localhost:9080[http://localhost:9080^] to see the following output:
106+
Then, point your browser to the web application root http://localhost:9080/app[http://localhost:9080/app^] to see the following output:
108107

109108
[subs="quotes", role="no_copy"]
110109
----

0 commit comments

Comments
 (0)