Update TRUSTED_TESTERS.md

Fix list nesting.
This commit is contained in:
Eric Seidel
2023-03-21 19:32:52 -07:00
committed by GitHub
parent ac32b6b2cd
commit f30a4ff260
+8 -8
View File
@@ -117,14 +117,14 @@ unexpected errors later. Your login credentials are stored in
2. Once you're logged in, you can use `shorebird init`.
`shorebird init` does three things:
a. Tells Shorebird that you app exists (e.g. so it can hold patches to it
and vend them to devices when asked).
b. Creates a `shorebird.yaml` file to your project. `shorebird.yaml` contains
the app_id for your app, which the unique identifier the app will send to
Shorebird servers to identify which application to pull updates for.
c. Finally, `shorebird init` also adds the `shorebird.yaml` to the assets
section of your `pubspec.yaml` file, ensuring `shorebird.yaml` is bundled
into your app's assets.
1. Tells Shorebird that you app exists (e.g. so it can hold patches to it
and vend them to devices when asked).
2. Creates a `shorebird.yaml` file to your project. `shorebird.yaml` contains
the app_id for your app, which the unique identifier the app will send to
Shorebird servers to identify which application to pull updates for.
3. Finally, `shorebird init` also adds the `shorebird.yaml` to the assets
section of your `pubspec.yaml` file, ensuring `shorebird.yaml` is bundled
into your app's assets.
You can go ahead and commit these changes, they will be innocuous even if you
don't end up using Shorebird with this application.