From ebf80f28d7e0a182a2f3eb5ef0c075f1a48227e7 Mon Sep 17 00:00:00 2001 From: Guillaume Binet Date: Tue, 25 Aug 2015 11:05:02 -0700 Subject: [PATCH 1/2] make the readme a little nicer --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f04c71d..2f09b53 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -Copyright (C) 2014 Google Inc. +© 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`. From 7814a157a40e07afd0606861ebde4c727e6b3a74 Mon Sep 17 00:00:00 2001 From: Guillaume Binet Date: Tue, 25 Aug 2015 12:16:41 -0700 Subject: [PATCH 2/2] Restore copyright in full --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f09b53..73b233a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -© 2014 Google Inc. +Copyright © 2014 Google Inc. ## Sample 'hello world' application for use with the App Engine Java Managed VMs.