Skip to content

Commit fd5622e

Browse files
authored
Merge pull request #43 from Larry850806/patch-1
Update README.md
2 parents 1cadfd1 + b3cd5b2 commit fd5622e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ var TextTruncate = require('react-text-truncate'); // CommonJS or UMD
1717

1818
```
1919
<TextTruncate
20-
line={1}
21-
truncateText="…"
22-
text="Lorem Ipsum is simply dummy text of the printing and typesetting industry."
20+
line={1}
21+
truncateText="…"
22+
text="Lorem Ipsum is simply dummy text of the printing and typesetting industry."
2323
textTruncateChild={<a href="#">Read on</a>}
24-
/>
24+
/>
2525
```
2626

2727
[Demo](http://shinychang.github.io/React-Text-Truncate/)

0 commit comments

Comments
 (0)