From da0738209512888eb7079eaaaa6b02cb759cfc13 Mon Sep 17 00:00:00 2001 From: Min Zhu Date: Tue, 3 Mar 2026 14:06:17 -0500 Subject: [PATCH] docs(hermetic_build): fix config field name in readme Fix config field name `requires_billing` listed in README.md --- hermetic_build/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermetic_build/README.md b/hermetic_build/README.md index 20bb1c8b2c..2b5cc5239e 100644 --- a/hermetic_build/README.md +++ b/hermetic_build/README.md @@ -154,7 +154,7 @@ They are shared by all GAPICs of a library. | rest_documentation | No | | | rpc_documentation | No | | | cloud_api | No | `true` if not specified | -| requires-billing | No | `true` if not specified | +| requires_billing | No | `true` if not specified | | transport | No | must be one of `grpc`, `rest` or `both`. This value would only be used for generating .repo-metadata.json and relevant sections in README |