Skip to content

Commit e462ba9

Browse files
author
Sep Ebrahimzadeh
committed
Update README
1 parent a6088ac commit e462ba9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

managed_vms/endpoints/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This sample demonstrates how to use Google Cloud Endpoints on Google App Engine
33

44
## Edit the Swagger API specification
55

6-
Open the src/main/appengine/swagger.yaml file in your favorite editor, and replace the YOUR-PROJECT-ID host line with your actual Google Cloud Platform project Id.
6+
Open the src/main/appengine/swagger.yaml file in your favorite editor, and replace the YOUR-PROJECT-ID host line with your actual Google Cloud Platform project Id.
77

88
## Running locally
99
$ mvn jetty:run
@@ -13,4 +13,4 @@ This sample demonstrates how to use Google Cloud Endpoints on Google App Engine
1313

1414
## Calling your API
1515

16-
Please refer to the Google Cloud Endpoints [documentation](https://cloud.google.com/endpoints/docs/app-engine/) for App Engine Flexible Environment to learn about creating an API Key and calling your API.
16+
Please refer to the Google Cloud Endpoints [documentation](https://cloud.google.com/endpoints/docs/app-engine/) for App Engine Flexible Environment to learn about creating an API Key and calling your API.
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
FROM gcr.io/google_appengine/jetty9
22

3-
ADD . /app
4-
53
ADD managed-vms-endpoints-1.0-SNAPSHOT.war $JETTY_BASE/webapps/root.war
4+
ADD . /app

0 commit comments

Comments
 (0)