From 81409616af9ba0a567bef4636d40d297643bc768 Mon Sep 17 00:00:00 2001
From: Maxim Filippov <colixer@gmail.com>
Date: Fri, 27 Sep 2019 15:54:03 +0300
Subject: [PATCH] List features in the readme

---
 README.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 059918a9..f6b359c6 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,17 @@
 
 ## About
 
-Admin UI for pleroma instance owners
+Admin UI for pleroma instance owners.
+
+### Features
+
+1. User administration: grant roles to users (admin/moderator), deactivate/delete as well as force their statuses to have NSFW tag, strip media and many more
+1. Invites management: generate invite tokens & send invites via email
+1. Moderation log: track moderator/admin actions
+1. Settings: configure your pleroma instance via friendly (hopefully) UI
+1. Emoji packs: configure your emoji packs
+
+You can have any combination of these features (i.e. you can disable anything, but user administration, see "Disabling features" section below).
 
 ## Usage
 
-- 
GitLab