From a405f10f82b578f5f45d4e5fb2f3f44cc2cbafe9 Mon Sep 17 00:00:00 2001 From: strawberry Date: Tue, 19 Mar 2024 00:51:24 -0400 Subject: [PATCH] fix docs Signed-off-by: strawberry --- README.md | 6 +----- docs/introduction.md | 4 ++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2454c572..6880ece7 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,7 @@ from time to time. There are still a few nice to have features missing that some users may notice: -- Outgoing read receipts and typing indicators (receiving works) - -#### What's different about your fork than upstream Conduit? - -See [docs/differences.md](docs/differences.md) +- Outgoing typing indicators (receiving works) #### Why does this fork exist? Why don't you contribute back upstream? diff --git a/docs/introduction.md b/docs/introduction.md index da34ab6e..af4725c1 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -4,6 +4,10 @@ {{#include ../README.md:body}} +#### What's different about your fork than upstream Conduit? + +See [differences.md](differences.md) + #### How can I deploy my own? - [Deployment options](deploying.md)