Skip to content

Commit 7bf29cd

Browse files
author
Luke Brandon Farrell
authored
Update README.md
1 parent a622941 commit 7bf29cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ To use in React Native. Import:
1818

1919
The `<SmartText />` component contains a number of abilities:
2020

21-
1. Emoji 😄🥶🤯 it uses [node-emoji](https://www.npmjs.com/package/node-emoji) under the hood
22-
2. Markdown support for *italics* and **bold**
21+
1. Emoji 😄🥶🤯 it uses [node-emoji](https://www.npmjs.com/package/node-emoji) under the hood (e.g. 'I love it when you :grin:')
22+
2. Markdown support for *italics* and **bold** (e.g. for \*italics\*, for \*\*bold\*\*)
2323
3. Nested text support e.g. `<SmartText size={12} color='black'>My nested <SmartText bold>test!</SmartText></SmartText>` where parent props will be inherited by children.
2424

2525
## Light Text

0 commit comments

Comments
 (0)