From a5e8a422dd3c1db67383e9a4dd3cb09d93cc2789 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sven=20M=C3=A4der?= <maeder@phys.ethz.ch>
Date: Fri, 14 Feb 2020 19:39:56 +0100
Subject: [PATCH] Update readme

---
 README.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9fe55f8..3fb419a 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,11 @@
 # RT Maubot
-A [maubot](https://github.com/maubot/maubot) that sends markdown formatted links when it sees RT ticket numbers in a given format and provides an interface to RequestTracker4.
+A [maubot](https://github.com/maubot/maubot) for [Request Ttracker](https://bestpractical.com/request-tracker)
+
+## Features
+
+- Sends markdown formatted links when it sees RT ticket numbers in a given format
+- Implements basic functionality for interacting with RT
+- Uses the REST 1.0 interface
 
 ## Usage
 - `rt123456` - Responds with `[123456](https://rt.phys.ethz.ch/rt/Ticket/Display.html?id=123456)`
-- 
GitLab