Skip to content

Commit 898dc76

Browse files
committed
Read me was updated
1 parent 8d12fd9 commit 898dc76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Socially is a textView which is able to create separate clickable views accordin
2626
app:phoneNumberColor="@color/colorOrange"
2727
app:webLinkColor="@color/colorRed" />
2828
```
29-
2) Add your rules
29+
2) Add your rules.
3030
```kotlin
3131
socialTextView.addRules(
3232
Rule.Hashtag,
@@ -41,12 +41,12 @@ socialTextView.addRules(
4141
)
4242
)
4343
```
44-
3) And, finally set your text
44+
3) And, finally set your text.
4545
```kotlin
4646
socialTextView.socialText = "I am #Spider @Enes99 +905512026461 [email protected] https://www.lichess.org"
4747
```
4848

49-
NOTES: Please get follow this three steps while setting up this library.
49+
NOTES: Please get follow these three steps while setting up this library.
5050

5151
## Features
5252
* It already supports hashtag, mention, phone number, mail and weblinks. To enable them , you need to add rule which you want to use.

0 commit comments

Comments
 (0)