Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhirkevich committed Feb 12, 2024
1 parent fcc757d commit 0b4e72c
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 @@ -36,7 +36,7 @@ Or do it outside of Compose scope by instantiating a `QrCodePainter` class.

```kotlin
Image(
painter = rememberQrCodePainter("https://example.com")
painter = rememberQrCodePainter("https://example.com"),
contentDescription = "QR code"
)
```
Expand Down

0 comments on commit 0b4e72c

Please sign in to comment.