Skip to content

Commit d06c86d

Browse files
author
Frank Natividad
committed
Updating README
1 parent 8f07a37 commit d06c86d

File tree

1 file changed

+2
-2
lines changed
  • appengine/endpoints-frameworks-v2/guice-example

1 file changed

+2
-2
lines changed

appengine/endpoints-frameworks-v2/guice-example/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ To build the project:
3333

3434
To generate the required configuration file `openapi.json`:
3535

36-
mvn endpoints-framework:openApiDoc
36+
mvn endpoints-framework:openApiDocs
3737

3838
### Deploying the sample API to App Engine
3939

4040
To deploy the sample API:
4141

4242
0. Invoke the `gcloud` command to deploy the API configuration file:
4343

44-
gcloud service-management deploy openapi.json
44+
gcloud service-management deploy target/openapi-docs/openapi.json
4545

4646
0. Deploy the API implementation code by invoking:
4747

0 commit comments

Comments
 (0)