From f30a4ff26075f1582a300ee34732bf58e50ae25c Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Tue, 21 Mar 2023 19:32:52 -0700 Subject: [PATCH] Update TRUSTED_TESTERS.md Fix list nesting. --- TRUSTED_TESTERS.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/TRUSTED_TESTERS.md b/TRUSTED_TESTERS.md index 79e974f6..7fa6f77a 100644 --- a/TRUSTED_TESTERS.md +++ b/TRUSTED_TESTERS.md @@ -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.