Skip to content

Commit c261af8

Browse files
ryanmatsJon Wayne Parrott
authored andcommitted
Fix taskqueue sample app.yaml (GoogleCloudPlatform#535)
1 parent 06d9254 commit c261af8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appengine/standard/taskqueue/counter/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
To run this app locally, specify both `.yaml` files to `dev_appserver.py`:
44

5-
dev_appserver.py -A your-app-id application.yaml worker.yaml
5+
dev_appserver.py -A your-app-id app.yaml worker.yaml
66

77
To deploy this application, specify both `.yaml` files to `appcfg.py`:
88

9-
appcfg.py update -A your-app-id -V 1 application.yaml worker.yaml
9+
appcfg.py update -A your-app-id -V 1 app.yaml worker.yaml
1010

1111
1212
These samples are used on the following documentation pages:

0 commit comments

Comments
 (0)