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.