From b56260ee8ddae0d15152700725f42a852f41154a Mon Sep 17 00:00:00 2001 From: Breno A Date: Mon, 11 Mar 2024 06:25:10 -0300 Subject: [PATCH] chore: README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6aea14a..6a671ef 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MentionExtractor -This Kotlin class is responsible for extracting mentions from a text based on specified patterns. +This Kotlin library is responsible for extracting mentions from a text based on specified patterns. It provides flexible configuration options for handling mentions in a text. ## Usage