functional-tester: correct goreman command in readme

update readme file to have the correct goreman command to start the functional tester locally.
This commit is contained in:
fanmin shi 2016-09-09 14:56:23 -07:00
parent b22b405465
commit a571655983

View File

@ -43,7 +43,7 @@ To run the functional tests on a single machine using Goreman, build with the pr
```sh
./tools/functional-tester/build
goreman -f tools/functional-tester/Procfile
goreman -f tools/functional-tester/Procfile start
```
Notes: