summary refs log tree commit diff
path: root/README.rst
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-08-12 19:50:42 +0100
committerMatthew Hodgson <matthew@matrix.org>2014-08-12 19:50:42 +0100
commit63540c82e12ca04a421a4702880294f9707a17fc (patch)
treeff7ae8d39eca5b0323c458485939874aebeadfe0 /README.rst
parentfix rst issues (diff)
downloadsynapse-63540c82e12ca04a421a4702880294f9707a17fc.tar.xz
fix rst issues correctly...
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 12d48ddc19..24b6b1522f 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,7 @@
 About
 =====
 
-Matrix is an ambitious new ecosystem for open federated Instant Messaging and VoIP[1].  
+Matrix is an ambitious new ecosystem for open federated Instant Messaging and VoIP[1]_.
 
 Matrix specifies a set of pragmatic RESTful HTTP JSON APIs as an open standard, providing:
 
@@ -10,7 +10,7 @@ Matrix specifies a set of pragmatic RESTful HTTP JSON APIs as an open standard,
     - Eventually-consistent cryptographically secure synchronisation of room 
 	  state across a global open network of federated servers and services
     - Sending and receiving extensible messages in a room with (optional)
-      end-to-end encryption[2]
+      end-to-end encryption[2]_
     - Inviting, joining, leaving, kicking, banning room members
     - Managing user accounts (registration, login, logout)
     - Using 3rd Party IDs (3PIDs) such as email addresses, phone numbers,
@@ -44,14 +44,15 @@ We'd like to invite you to take a look at the Matrix spec, try to run a homeserv
 
 Thanks for trying Matrix!
 
-[1] VoIP currently in development
-[2] End-to-end encryption is currently in development
+.. [1] VoIP currently in development
+.. [2] End-to-end encryption is currently in development
 
 
 Directory Structure
 ===================
 
 ::
+
     .
     ├── cmdclient           Basic CLI python Matrix client
     ├── demo                Scripts for running standalone Matrix demos