From 31520c90cc131b0d2b7795362cddd784ab78cd41 Mon Sep 17 00:00:00 2001 From: CaffeineFueled Date: Mon, 5 Jan 2026 17:41:37 +0100 Subject: [PATCH] FIX typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc2099f..67a1a91 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Simple **live collaboration notepad** with websockets and FastAPI. - Inspired by: - [Rustpad](https://github.com/ekzhang/rustpad) -The goal is to keep it simple! For feature-rich solutions are [hedgedoc](https://github.com/hedgedoc/hedgedoc) or [codeMD](https://github.com/hackmdio/codimd). +The goal is to keep it simple! For feature-rich solutions please check out [hedgedoc](https://github.com/hedgedoc/hedgedoc) or [codeMD](https://github.com/hackmdio/codimd). ---