From 455a3104928e8bba7b9ac144fb134c2fdacfe30a Mon Sep 17 00:00:00 2001 From: MohamedRejeb Date: Fri, 13 Dec 2024 12:05:09 +0100 Subject: [PATCH] Fix documentation link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78616da4..ea8b60f6 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ To convert `RichTextState` to Markdown, use `RichTextState.toMarkdown` method: val markdown = richTextState.toMarkdown() ``` -Check out Compose Rich Editor's [full documentation](https://mohamedrejeb.github.io/Compose-Rich-Editor/) for more details. +Check out Compose Rich Editor's [full documentation](https://mohamedrejeb.github.io/compose-rich-editor/) for more details. ## Web live demo You can try out the web demo [here](https://compose-richeditor.netlify.app/).