We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d9254 commit c261af8Copy full SHA for c261af8
appengine/standard/taskqueue/counter/README.md
@@ -2,11 +2,11 @@
2
3
To run this app locally, specify both `.yaml` files to `dev_appserver.py`:
4
5
- dev_appserver.py -A your-app-id application.yaml worker.yaml
+ dev_appserver.py -A your-app-id app.yaml worker.yaml
6
7
To deploy this application, specify both `.yaml` files to `appcfg.py`:
8
9
- appcfg.py update -A your-app-id -V 1 application.yaml worker.yaml
+ appcfg.py update -A your-app-id -V 1 app.yaml worker.yaml
10
11
12
These samples are used on the following documentation pages:
appengine/standard/taskqueue/counter/application.yaml renamed to appengine/standard/taskqueue/counter/app.yaml
0 commit comments