diff --git a/README.md b/README.md index e9473be..32c2456 100644 --- a/README.md +++ b/README.md @@ -120,10 +120,10 @@ poetry run flet build linux Using UV: ```bash -uv run flet build android +uv run flet build apk ``` Using Poetry: ```bash -poetry run flet build android +poetry run flet build apk ``` \ No newline at end of file