From a2f9771758256b4fe8fefe835b4daea807e8bf59 Mon Sep 17 00:00:00 2001 From: Muhammad Hussein Fattahizadeh Date: Tue, 2 Feb 2021 22:52:06 +0330 Subject: [PATCH] fix: readme --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2085c220..04a098af 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,6 @@ Wild Duck
WildDuck is a scalable no-SPOF IMAP/POP3 mail server. -
- WildDuck uses a distributed database (sharded + replicated MongoDB) as a backend for storing all data, including emails. -
- WildDuck tries to follow Gmail in product design. -
- If there's a decision to be made then usually the answer is to do whatever Gmail has done.

@@ -21,6 +15,10 @@ gitter

+WildDuck uses a distributed database (sharded + replicated MongoDB) as a backend for storing all data, including emails. + +WildDuck tries to follow Gmail in product design. If there's a decision to be made then usually the answer is to do whatever Gmail has done. + ## Links - [Website](https://wildduck.email)