Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4rl3x authored Nov 20, 2023
1 parent 9bece64 commit e2a2a6c
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
<a href="https://github.com/ch4rl3x/HtmlText/actions?query=workflow%3ALint"><img src="https://github.com/ch4rl3x/HtmlText/workflows/Lint/badge.svg" alt="Lint"></a>
<a href="https://github.com/ch4rl3x/HtmlText/actions?query=workflow%3AKtlint"><img src="https://github.com/ch4rl3x/HtmlText/workflows/Ktlint/badge.svg" alt="Ktlint"></a>
<a href="https://www.codefactor.io/repository/github/ch4rl3x/HtmlText"><img src="https://www.codefactor.io/repository/github/ch4rl3x/HtmlText/badge" alt="CodeFactor" /></a>
<a href="https://repo1.maven.org/maven2/de/charlex/compose/html-text/"><img src="https://img.shields.io/maven-central/v/de.charlex.compose/html-text" alt="Maven Central" /></a>

Material <a href="https://repo1.maven.org/maven2/de/charlex/compose/material/material-html-text/"><img src="https://img.shields.io/maven-central/v/de.charlex.compose.material/material-html-text" alt="Maven Central" /></a>

Material 3 <a href="https://repo1.maven.org/maven2/de/charlex/compose/material3/material3-html-text/"><img src="https://img.shields.io/maven-central/v/de.charlex.compose.material3/material3-html-text" alt="Maven Central" /></a>

Text composable to show html text from resources

Expand Down Expand Up @@ -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'
}
```

Expand Down

0 comments on commit e2a2a6c

Please sign in to comment.