Skip to content

Commit 6622cc9

Browse files
devlancelesv
authored andcommitted
Fixing name (#1032)
1 parent f383b55 commit 6622cc9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appengine-java8/bigquery/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<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">
22
<img alt="Open in Cloud Shell" src ="http://gstatic.com/cloudssh/images/open-btn.png"></a>
33

4-
# Google Cloud API Showcase: Cloud BigQuery & StackDriver Monitoring in App Engine Standard Java 8 Environment
4+
# Google Cloud API Showcase: Cloud BigQuery & StackDriver Monitoring in App Engine Standard Environment for Java 8
55

6-
This API Showcase demonstrates how to run an AppEngine Standard application with dependencies on both
6+
This API Showcase demonstrates how to run an AppEngine standard environment application with dependencies on both
77
[Google BigQuery][bigquery] and [StackDriver Monitoring][stackdriver].
88

99
[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
1616

1717
## Clone the sample app
1818

19-
Copy the sample apps to your local machine, and cd to the appengine-java8/bigquery directory:
19+
Copy the sample apps to your local machine, and cd to the `appengine-java8/bigquery` directory:
2020

2121
```
2222
git clone https://github.com/GoogleCloudPlatform/java-docs-samples
@@ -56,7 +56,7 @@ few moments and try again.
5656

5757
## Deploy
5858

59-
- Deploy to AppEngine Standard using the following Maven command.
59+
- Deploy to AppEngine standard environment using the following Maven command.
6060
```
6161
mvn appengine:deploy
6262
```

0 commit comments

Comments
 (0)