Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhirkevich committed Mar 3, 2024
1 parent 5e072f3 commit 3b9630b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Why QRose?
- **Efficient** - declare and render codes synchronously right from the composition in 60+ fps;
- **Scalable** - no raster bitmaps, only scalable vector graphics;
- **Multiplatform** - supports all the targets supported by Compose Multiplatform.
- **Multiformat** - multiple formats supported : QR, UPC, EAN, Code 128, etc.
- **Multiformat** - multiple formats supported: `QR`, `UPC`, `EAN`, `Code 128/93/39`, `Codabar`, `ITF`.

# Installation

Expand All @@ -38,7 +38,7 @@ dependencies {
## Basic

You can create code right in composition using `rememberQrCodePainter`, `rememberBarcodePainter`.
Or use `QrCodePainter`, `BarcodePainter` to crate it outside compose.
Or use `QrCodePainter`, `BarcodePainter` to create it outside of Compose.

```kotlin
Image(
Expand Down

0 comments on commit 3b9630b

Please sign in to comment.