From daa18751a4d208d9ce81474195353cc579453634 Mon Sep 17 00:00:00 2001 From: Breno A Date: Tue, 12 Mar 2024 05:32:49 -0300 Subject: [PATCH] ci: Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5830775..84ac7cb 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,14 @@ A Kotlin library for extracting mentions from a text based on specified patterns. It provides flexible configuration options for handling mentions in a text. + ## Usage +### Arcturus Morningstar +[Plugin Download](https://github.com/brenoepics/mentionplugin) + +### Custom + To use the `MentionExtractor` library: 1. Create a `MentionPattern` instance and configure it according to your requirements.