From 741556d0817fe0ee4cebd1ac9d7b2767a2035437 Mon Sep 17 00:00:00 2001 From: Steve Ayers Date: Thu, 5 Dec 2024 11:35:46 -0500 Subject: [PATCH] Format --- MIGRATING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MIGRATING.md b/MIGRATING.md index 6ede0394..ebced97d 100644 --- a/MIGRATING.md +++ b/MIGRATING.md @@ -159,7 +159,8 @@ way your project is configured. For example, `npx buf generate` or `npm run gene > [!NOTE] > Ensure that your `buf.gen.yaml` includes the following options to generate > code for imports. -> * `include_imports: true` +> +> - `include_imports: true` See the [Gotchas](#missing-imports) section for an explanation.