Fix api command name

This commit fixes the api command name in README.rst.

Change-Id: I4d1274493bf305ecd47c141aaee41c89d7f26120
This commit is contained in:
Masayuki Igawa 2015-12-01 16:01:32 +09:00
parent 5cd6b14e7a
commit a1b654fd09

View File

@ -44,7 +44,7 @@ To run the REST API for development you can install the openstack_health python
package in development mode and start the API service with::
python setup.py develop
openstack_health_api <config_file>
openstack-health-api <config_file>
or alternatively just can just run the api.py file manually. For example,
from the top of the repo you would run::