diff --git a/README.md b/README.md index f04c71d..73b233a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -Copyright (C) 2014 Google Inc. +Copyright © 2014 Google Inc. -# Sample 'hello world' application for use with the App Engine Java Managed VMs. +## Sample 'hello world' application for use with the App Engine Java Managed VMs. Requires [Apache Maven](http://maven.apache.org) 3.1 or greater, and JDK 7 in order to run. This application needs to be deployed to the @@ -13,6 +13,6 @@ To run the application, do the following: 1. Set the correct Cloud SDK project via `gcloud config set project YOUR_PROJECT` id of your application. 2. Run `mvn gcloud:run` -4. Visit http://localhost:8080 +4. Visit [http://localhost:8080](http://localhost:8080) 5. To deploy, run `mvn gcloud:deploy` 6. Visit `http://YOUR_PROJECT.appspot.com`.