Skip to content

Commit 7e847a8

Browse files
authored
Support cloud hosted (#54)
* Update README.adoc * Update README.adoc * Update README.adoc * Update README.adoc
1 parent 39e4da2 commit 7e847a8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ When the Liberty instance is running, you can find the application at the follow
8989
endif::[]
9090
ifdef::cloud-hosted[]
9191
When the Liberty instance is running, click the following button to check out your service by visiting the ***/converter*** endpoint.
92-
::startApplication{port="9080" display="external" name="Visit application" route="/converter"}
92+
93+
::startApplication{port="9080" display="external" name="Check out the application" route="/converter"}
9394
endif::[]
9495

9596
After you finish checking out the application, stop the Open Liberty instance by pressing **CTRL+C** in the command-line session where you ran Liberty. Alternatively, you can run the `libertyStop` task from the `finish` directory in another command-line session:
@@ -270,7 +271,8 @@ You can check out the running application by going to the http://localhost:9080/
270271
endif::[]
271272
ifdef::cloud-hosted[]
272273
Click the following button to check out the running application by visiting the ***/converter*** endpoint:
273-
::startApplication{port="9080" display="external" name="Visit application" route="/converter"}
274+
275+
::startApplication{port="9080" display="external" name="Check out the application" route="/converter"}
274276
endif::[]
275277

276278
Note that the application currently returns 0 for height conversions because the logic in the converter hasn't been implemented yet. You'll fix this by updating the converter in the following step.
@@ -293,6 +295,7 @@ Now check out the application again at the http://localhost:9080/converter/[http
293295
endif::[]
294296
ifdef::cloud-hosted[]
295297
Now check out the application again at the ***/converter*** endpoint:
298+
296299
::startApplication{port="9080" display="external" name="Check out the application" route="/converter"}
297300
endif::[]
298301

0 commit comments

Comments
 (0)