From b85e30150ac7c2e6f9e2b8cdbefac756ae3c7144 Mon Sep 17 00:00:00 2001 From: Sebastian Lenzlinger <74497638+sebaschi@users.noreply.github.com> Date: Sun, 16 Jul 2023 15:49:51 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index baa6d93..078dbe9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # RippleChat RippleChat is a meant to be a TinySSB compatible chat client. It is started as a university project as a proof of concept for p2p messaging in a Secure Scuttlebut fashion on iOS. At this stage it communicates via BLE. -It is not currently compatible with TinySSB conforming apps like (Tremola)[https://github.com/cn-uofbasel/tremola]. +It is not currently compatible with TinySSB conforming apps like [Tremola](https://github.com/cn-uofbasel/tremola). Future work inlcudes switching to the tinySSB protocol and heavily beautifying th UI.