From 4c9d99e5178d5acfb7f8c3c88364ca2918ae7a28 Mon Sep 17 00:00:00 2001 From: Brett Johnson Date: Thu, 15 Feb 2018 14:11:42 -0800 Subject: [PATCH] Fixing name --- appengine-java8/bigquery/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appengine-java8/bigquery/README.md b/appengine-java8/bigquery/README.md index c5af81ee01f..71a12040faf 100644 --- a/appengine-java8/bigquery/README.md +++ b/appengine-java8/bigquery/README.md @@ -1,9 +1,9 @@ Open in Cloud Shell -# Google Cloud API Showcase: Cloud BigQuery & StackDriver Monitoring in App Engine Standard Java 8 Environment +# Google Cloud API Showcase: Cloud BigQuery & StackDriver Monitoring in App Engine Standard Environment for Java 8 -This API Showcase demonstrates how to run an AppEngine Standard application with dependencies on both +This API Showcase demonstrates how to run an AppEngine standard environment application with dependencies on both [Google BigQuery][bigquery] and [StackDriver Monitoring][stackdriver]. [bigquery]: https://cloud.google.com/bigquery/docs @@ -16,7 +16,7 @@ The home page also provides a summary view of the metrics that have been logged ## Clone the sample app -Copy the sample apps to your local machine, and cd to the appengine-java8/bigquery directory: +Copy the sample apps to your local machine, and cd to the `appengine-java8/bigquery` directory: ``` git clone https://github.com/GoogleCloudPlatform/java-docs-samples @@ -56,7 +56,7 @@ few moments and try again. ## Deploy -- Deploy to AppEngine Standard using the following Maven command. +- Deploy to AppEngine standard environment using the following Maven command. ``` mvn appengine:deploy ```