diff --git a/README.md b/README.md index c768538..7fa7e62 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,10 @@ Lint Ktlint CodeFactor -Maven Central + +Material Maven Central + +Material 3 Maven Central Text composable to show html text from resources @@ -61,7 +64,15 @@ Add actual HtmlText library: ```groovy dependencies { - implementation 'de.charlex.compose.material:material-html-text:1.6.0' + implementation 'de.charlex.compose.material:material-html-text:2.0.0-beta01' +} +``` + +or + +```groovy +dependencies { + implementation 'de.charlex.compose.material3:material3-html-text:2.0.0-beta01' } ```