From 0381e51237fe4ddfeb94d2e80b293c1eb0ae6273 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:47:38 +0100
Subject: [PATCH] Update readme

---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 3fb419a..d28914c 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
 # RT Maubot
-A [maubot](https://github.com/maubot/maubot) for [Request Ttracker](https://bestpractical.com/request-tracker)
+A [maubot](https://github.com/maubot/maubot) for [RequestTracker](https://bestpractical.com/request-tracker)
 
 ## Features
-
-- Sends markdown formatted links when it sees RT ticket numbers in a given format
+- Responds with some information about tickets if it sees RT ticket numbers in a given format
 - Implements basic functionality for interacting with RT
 - Uses the REST 1.0 interface
+- Tested with `request-tracker4` on Debian
 
 ## Usage
-- `rt123456` - Responds with `[123456](https://rt.phys.ethz.ch/rt/Ticket/Display.html?id=123456)`
-- `!rt` - Show the help
+- `rt123` - Responds with ticket information
+- `!rt` - Shows the help text
-- 
GitLab