diff --git a/README.rst b/README.rst
index a6652da419..98af91ea42 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@ Introduction
============
Matrix is an ambitious new ecosystem for open federated Instant Messaging and
-VoIP[1]. The basics you need to know to get up and running are:
+VoIP. The basics you need to know to get up and running are:
- Chatrooms are distributed and do not exist on any single server. Rooms
can be found using names like ``#matrix:matrix.org`` or
@@ -39,8 +39,6 @@ To get up and running:
For more detailed setup instructions, please see further down this document.
-[1] VoIP currently in development
-
About Matrix
============
@@ -50,15 +48,15 @@ which handle:
- Creating and managing fully distributed chat rooms with no
single points of control or failure
- - Eventually-consistent cryptographically secure[2] synchronisation of room
+ - Eventually-consistent cryptographically secure[1] 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[3]
+ 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,
Facebook accounts to authenticate, identify and discover users on Matrix.
- - Placing 1:1 VoIP and Video calls (in development)
+ - Placing 1:1 VoIP and Video calls
These APIs are intended to be implemented on a wide range of servers, services
and clients, letting developers build messaging and VoIP functionality on top of
@@ -92,9 +90,9 @@ https://github.com/matrix-org/synapse/issues or at matrix@matrix.org.
Thanks for trying Matrix!
-[2] Cryptographic signing of messages isn't turned on yet
+[1] Cryptographic signing of messages isn't turned on yet
-[3] End-to-end encryption is currently in development
+[2] End-to-end encryption is currently in development
Homeserver Installation
|