From fd0d8ec8f7fd0f8ada783bbc249fa06250492259 Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Fri, 8 May 2020 20:50:53 +0100 Subject: [PATCH] Couple of README tweaks --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b1367a7..44e78b6 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,15 @@ # Telepathy for Delta Chat +## Who + +Authored by [Nick Thomas](https://ur.gs) under the [MIT License](LICENSE). + ## What -[Delta Chat](https://delta.chat) is IM over email. [Telepathy](https://telepathy.freedesktop.org) -is a framework for abstracting over multiple IM protocols. This project glues -the two together, making the Deltachat +[Delta Chat](https://delta.chat) is IM over email. +[Telepathy](https://telepathy.freedesktop.org) is a framework for abstracting +over multiple IM protocols. This project glues the two together, allowing +Telepathy clients to send/receive Delta messages. ## Why