Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeketos committed Jun 19, 2024
2 parents 8f4230e + e6d7098 commit 70b780b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Just provide expected blur length (default value is 0.2f which means 20% on the

```kotlin
BlurOverflowText(
text = "Some very long string that should overflow the this line.",
text = "Some very long string that should overflow this line.",
modifier = Modifier.align(Alignment.Center),
maxLines = 1,
fontSize = 24.sp,
Expand Down

0 comments on commit 70b780b

Please sign in to comment.