From 0b0551cee69285acef78523266f0fe5446a7b9cb Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Fri, 2 Oct 2020 10:38:12 +0100 Subject: [PATCH] More docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64ea05e7d..78fa5cfad 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ Dendrite is a second-generation Matrix homeserver written in Go. It intends to provide an **efficient**, **reliable** and **scalable** alternative to Synapse: - Efficient: A small memory footprint with better baseline performance than an out-of-the-box Synapse. - - Reliable: uses the [same test suite](https://github.com/matrix-org/sytest) as Synapse as well as + - Reliable: Implements the Matrix specification as written, using the + [same test suite](https://github.com/matrix-org/sytest) as Synapse as well as a [brand new Go test suite](https://github.com/matrix-org/complement). - Scalable: can run on multiple machines and eventually scale to massive homeserver deployments.