From 21bd1efc62cd8bc8b59172775825b32a23056a75 Mon Sep 17 00:00:00 2001 From: eikendev Date: Sun, 17 Jan 2021 22:21:41 +0100 Subject: [PATCH] Rework features section in README.md --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4c9385f..40f2e02 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,11 @@ Still, if you haven't tried it yet, I suggest you to check it out. ### Features -- [x] Multiple users -- [x] Multiple channels (applications) per user -- [x] Compatibility with Gotify's API for sending messages -- [x] Deliver messages via Matrix -- [x] CLI for managing users and applications -- [x] Check for weak passwords using [HIBP](https://haveibeenpwned.com/) -- [x] Use Argon2 as KDF for password storage +- [x] Supports multiple users and multiple channels (applications) per user +- [x] Offers compatibility with Gotify's API for sending messages +- [x] Comes with an API and a CLI for managing users and applications +- [x] Optionally checks for weak passwords using [HIBP](https://haveibeenpwned.com/) +- [x] Uses Argon2 as KDF for password storage ## Installation