Skip to content

Commit 914de3b

Browse files
committed
README typo
1 parent dd9f350 commit 914de3b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ yarn add react-mentions-continued
2626
The package exports two React components for rendering the mentions textarea:
2727

2828
```javascript
29-
import { MentionsInput, Mention } from "react-mentions-continued";
29+
import { MentionsInput, Mention } from 'react-mentions-continued'
3030
```
3131

3232
`MentionsInput` is the main component rendering the textarea control. It takes one or multiple `Mention` components as its children. Each `Mention` component represents a data source for a specific class of mentionable objects, such as users, template variables, issues, etc.
@@ -104,5 +104,3 @@ We recommend using [@testing-library/user-event](https://github.com/testing-libr
104104

105105
If you want to contribute, first of all: thank you ❤️.
106106
Please check [CONTRIBUTING.md](/CONTRIBUTING.md) and/or create an issue.
107-
108-
-->

0 commit comments

Comments
 (0)