diff --git a/README.adoc b/README.adoc index fa8dc10..0d6ded6 100644 --- a/README.adoc +++ b/README.adoc @@ -113,8 +113,10 @@ $ mvn clean -DskipTests fabric8:deploy -Popenshift -Dfabric8.generator.fromMode= . In your browser, navigate to the `MY_PROJECT_NAME` project in the OpenShift console. Wait until you can see that the pod for the `fuse-rest-http-booster` application has started up. -. Just above the entry for the `fuse-rest-http-booster` application on the `Overview` page, there is a URL of the form `http://fuse-rest-http-booster-MY_PROJECT_NAME.OPENSHIFT_IP_ADDR.nip.io`. -Click on the URL to access the greetings service application and follow the instructions on that page. +. On the project's `Overview` page, locate the URL for the `fuse-rest-http-booster` application. The URL uses this form: +`http://fuse-rest-http-booster-MY_PROJECT_NAME.OPENSHIFT_IP_ADDR.nip.io`. + +. Click the URL to access the greetings service application and then follow the instructions on that page. == Running the booster on OpenShift Online