From 898dc76dae53a0d5fab7e2b954b04cb4db9d488d Mon Sep 17 00:00:00 2001 From: enofeb Date: Fri, 12 Nov 2021 00:30:10 +0300 Subject: [PATCH] Read me was updated --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b04df26..e80f270 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Socially is a textView which is able to create separate clickable views accordin app:phoneNumberColor="@color/colorOrange" app:webLinkColor="@color/colorRed" /> ``` -2) Add your rules +2) Add your rules. ```kotlin socialTextView.addRules( Rule.Hashtag, @@ -41,12 +41,12 @@ socialTextView.addRules( ) ) ``` -3) And, finally set your text +3) And, finally set your text. ```kotlin socialTextView.socialText = "I am #Spider @Enes99 +905512026461 eneszor95@gmail.com https://www.lichess.org" ``` -NOTES: Please get follow this three steps while setting up this library. +NOTES: Please get follow these three steps while setting up this library. ## Features * It already supports hashtag, mention, phone number, mail and weblinks. To enable them , you need to add rule which you want to use.