Wording tweaks

This commit is contained in:
Kegan Dougal 2015-03-02 14:52:31 +00:00
parent c3c01641d2
commit fb7b6c4681

View file

@ -12,10 +12,9 @@ Servers which use captchas will need to add their public key to::
This is required in order to support registration fallback (typically used on This is required in order to support registration fallback (typically used on
mobile devices). mobile devices).
Servers which have registered application services need to upgrade their The format of stored application services has changed in Synapse. You will need
database as the format of stored application services has changed in Synapse. to run ``python upgrade_appservice_db.py <database file path>`` to convert to
Run ``python upgrade_appservice_db.py <database file path>`` to convert to the the new format.
new format.
Upgrading to v0.7.0 Upgrading to v0.7.0
=================== ===================