Browse Source

Typo fix in LazyGridImageDemo README.md (#5304)

## Release Notes
N/A
pull/5305/head
Nikita Lipsky 8 months ago committed by GitHub
parent
commit
5511173e5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      benchmarks/showcases/LazyGridImageView/README.md

2
benchmarks/showcases/LazyGridImageView/README.md

@ -13,7 +13,7 @@ The images are loaded asynchronously from local resources: @@ -13,7 +13,7 @@ The images are loaded asynchronously from local resources:
- In the Compose Multiplatform version, images are loaded using [Coil library](https://coil-kt.github.io/coil/) from the Compose Multiplatform resources
- In the native Android version, images are loaded using [Coil library](https://coil-kt.github.io/coil/) from the Android assets
- In the native iOS version, images are loaded using `AsyncImage` from the local file sytem
- In the native iOS version, images are loaded using `AsyncImage` from the local file system
The project is used to compare Compose Multiplatform performance metrics with native counter-parts such us
size, startup time, FPS, CPU/GPU usage, etc.

Loading…
Cancel
Save