From e4f3414b0b679c5776deab739d76f077e75a14ac Mon Sep 17 00:00:00 2001 From: Efim Poberezkin <8711996+efim-poberezkin@users.noreply.github.com> Date: Sun, 16 May 2021 18:58:19 +0400 Subject: [PATCH] add missing dot (#58) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a3e199b10..8ddf47d0db 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![GitHub build](https://github.com/simplex-chat/simplex-chat/workflows/build/badge.svg)](https://github.com/simplex-chat/simplex-chat/actions?query=workflow%3Abuild) [![GitHub release](https://img.shields.io/github/v/release/simplex-chat/simplex-chat)](https://github.com/simplex-chat/simplex-chat/releases) -The motivation for SimpleX chat is [presented here](./simplex.md) +The motivation for SimpleX chat is [presented here](./simplex.md). SimpleX chat prototype is a thin terminal UI on top of [SimpleXMQ](https://github.com/simplex-chat/simplexmq) message broker that uses [SMP protocols](https://github.com/simplex-chat/simplexmq/blob/master/protocol).