Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions appengine/standard/taskqueue/counter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

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

dev_appserver.py -A your-app-id application.yaml worker.yaml
dev_appserver.py -A your-app-id app.yaml worker.yaml

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

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

<!-- auto-doc-link -->
These samples are used on the following documentation pages:
Expand Down