From 78d5dc25bc2b75a98762fede81fae634e6a662b4 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 10 Sep 2017 11:54:43 +0200 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bc93f6..27d9ca4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -patrix is a simple command line client for [Matrix](https://matrix.org) written in perl. It can create rooms, send text messages or files to rooms. I use it to send [Zabbix](https://www.zabbix.com) alerts to a Matrix room, a bit like [sendxmpp](https://github.com/lhost/sendxmpp) can do with XMPP. +patrix is a simple command line client for [Matrix](https://matrix.org) written in perl. It can create and configure rooms, send text messages or files to rooms. I use it to send [Zabbix](https://www.zabbix.com) alerts to a Matrix room, a bit like [sendxmpp](https://github.com/lhost/sendxmpp) can do with XMPP. It requires the following perl modules * LWP::UserAgent @@ -13,7 +13,7 @@ It requires the following perl modules * JSON * Term::ReadKey -For now it's very limited, and can only send text messages and files to a room. Here're the vailable options: +Here're the vailable options: * --user: specify the user you want to login as * --password: the password to auth against the HS