Fix the README formatting

PyPI is now stricter about this, we need this change for any future
releases.

The easiest way to test this is by running the following command in a
virtualenv with docutils.

    python setup.py check --restructuredtext --strict

Related: https://review.openstack.org/#/c/568881/

Change-Id: I248fe51e2bc2574e29f664d1adf5446c4521f208
This commit is contained in:
Dougal Matthews 2018-06-01 15:40:36 +01:00
parent 72f1ddebb4
commit 00ce525549
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ To update the database schema to the latest revision, type::
$ mistral-db-manage --config-file <path_to_config> upgrade head
To populate the database with standard actions and workflows, type::
$ mistral-db-manage --config-file <path_to_config> populate
For more detailed information about ``mistral-db-manage`` script please check