fix: standardize section separators in README.md

This commit is contained in:
Mo Tarbin
2026-08-18 08:41:48 -04:00
parent cb81749dbf
commit 86989362fe
2 changed files with 4 additions and 5 deletions

View File

@@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v7
- name: Use Node.js 20 - name: Use Node.js 20
uses: actions/setup-node@v4 uses: actions/setup-node@v7
with: with:
node-version: 20.x node-version: 20.x
cache: 'npm' cache: 'npm'

View File

@@ -31,8 +31,7 @@ Build a signed, App Store-ready .ipa
Upload the built .ipa to TestFlight Upload the built .ipa to TestFlight
---- ---
## Android ## Android
@@ -60,7 +59,7 @@ Build a signed release .apk (for sideloading/testing)
Upload the built .aab to the Play Store (internal testing track by default) Upload the built .aab to the Play Store (internal testing track by default)
---- ---
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run. This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.