Skip to content

Fixing name #1032

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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