Skip to content

Commit c0b5c38

Browse files
authored
Update README.md
1 parent 3c67856 commit c0b5c38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@ Edit `buildozer.spec`
2929
```
3030
package.domain = org.domain
3131
32-
#select service bootstrap
32+
# select service bootstrap
3333
p4a.bootstrap = service_library
3434
3535
# ask p4a to output aar instead of apk
3636
android.release_artifact = aar
3737
38-
#specify your runtime python package dependencies here (comma separated)
38+
# specify your runtime python package dependencies here (comma separated)
3939
requirements = python3
4040
4141
# foreground : so that OS does not kill us (optional)
4242
# sticky : so that OS restarts us on exit/crash (optional)
4343
services = Srv:srv.py:foreground:sticky
4444
45-
#pick ABI(s) - NOTE: listing more than needed here grows the final .apk size
45+
# pick ABI(s) - NOTE: listing more than needed here grows the final .apk size
4646
android.archs = arm64-v8a, x86
4747
```
4848

0 commit comments

Comments
 (0)