Skip to content

Commit

Permalink
Fixing name (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
devlance authored and lesv committed Feb 15, 2018
1 parent f383b55 commit 6622cc9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appengine-java8/bigquery/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<a href="https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/java-docs-samples&page=editor&open_in_editor=appengine-java8/bigquery/README.md">
<img alt="Open in Cloud Shell" src ="http://gstatic.com/cloudssh/images/open-btn.png"></a>

# 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
Expand All @@ -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
Expand Down Expand Up @@ -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
```
Expand Down

0 comments on commit 6622cc9

Please sign in to comment.