From 07fe9869d63507353b9158984db69e4a9a605d58 Mon Sep 17 00:00:00 2001 From: Infi Date: Tue, 14 Mar 2023 00:25:25 +0100 Subject: [PATCH] chore: rm markdown module from readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 216046c0..06a68c96 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ API. | Module | Package | Description | |-------------|------------------------|----------------------| | `:app` | `chat.revolt` | The main app module. | -| `:markdown` | `chat.revolt.markdown` | Markdown library. | The API library is part of the `app` module, and is not intended to be used as a standalone library, as it makes liberal use of Android-specific APIs for reactivity.