Skip to content

Commit ea1fe89

Browse files
author
raza
committed
readme.md update
1 parent 7245d5a commit ea1fe89

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Mentions TextInput for React Native. Tested on iOS and should work on Android as
99
or
1010
```npm install --save react-native-mentions-editor```
1111

12+
```
13+
If you love this component, give a star, you will be a ray of sunshine :)
14+
```
1215

1316
## Demo
1417

src/Editor/EditorUtils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export const EU = {
148148
isEmpty: str => str === "",
149149
getMentionsWithInputText: inputText => {
150150
/**
151-
* translate provided string e.g. `Hey @(mrazadar)(id:1) this is good work.`
151+
* translate provided string e.g. `Hey @[mrazadar](id:1) this is good work.`
152152
* populate mentions map with [start, end] : {...user}
153153
* translate inputText to desired format; `Hey @mrazadar this is good work.`
154154
*/

0 commit comments

Comments
 (0)