Skip to content

Commit

Permalink
Fix readme for gaction command
Browse files Browse the repository at this point in the history
Change-Id: I9a808eb3e15cc0c1dac014a82db495f09c822952
  • Loading branch information
Leon Nicholls committed Dec 7, 2016
1 parent c875614 commit 229caeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ See the developer guide and release notes at [https://developers.google.com/acti
### Steps
1. Deploy this app to your preferred hosting environment (we recommend Google App Engine).
1. Update the action package, action.json, with your endpoint URL.
1. Preview the action using the gactions CLI: ./gactions preview --action_package agent.json --invocation_name "hello action" --preview_mins 1234
1. Preview the action using the gactions CLI: ./gactions preview --invocation_name "hello action" --preview_mins 1234
1. Use the gactions simulator to test the action (try "talk to hello action"): ./gactions simulate

## References and How to report bugs
Expand Down

0 comments on commit 229caeb

Please sign in to comment.