diff --git a/README.md b/README.md index 549a6f4..c9d0ad7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Bluemix toolchain automatically deploys the current `project-tron/project-tron:m Builds the webapp, starts liberty server, and deploys app to server. Once app is running, opens web browser ``` -./gradlew libertyRun +./gradlew libertyStart open ``` Any code changes that are made in an eclipse environment with auto-build enabled will automatically publish content to the loose application, meaning no server restarts should be required between code changes.