summary refs log tree commit diff
path: root/docs/application_services.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-05-07 18:54:53 +0100
committerErik Johnston <erik@matrix.org>2015-05-07 18:54:53 +0100
commit5fe26a9b5ccabf68d833afe0021638bbb8deaa4d (patch)
treedd0784dd2c13364f4e62f7a55e183b634198af8f /docs/application_services.rst
parentAdd some information on registering AS's (diff)
downloadsynapse-5fe26a9b5ccabf68d833afe0021638bbb8deaa4d.tar.xz
Reword docs/application_services.rst
Diffstat (limited to 'docs/application_services.rst')
-rw-r--r--docs/application_services.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/application_services.rst b/docs/application_services.rst
index 07236e62ae..69f7e41b8a 100644
--- a/docs/application_services.rst
+++ b/docs/application_services.rst
@@ -1,12 +1,14 @@
 Registering an Application Service
 ==================================
 
-The registration of new application services is implementation dependent. In
-synapse you need to create a new configuration file for you AS and add it to
-the list of AS's specified under ``app_service_config_files`` synapse
-config option.
+The registration of new application services depends on the homeserver used. 
+In synapse you need to create a new configuration file for your AS and add it
+to the list of AS's specified under the ``app_service_config_files`` config
+option in your synapse config.
 
-The format of the AS configuration file is as follows::
+The format of the AS configuration file is as follows:
+
+..  code-block:: yaml
 
     url: <base url of AS>
     as_token: <token AS will add to requests to HS>