Skip to content

Commit 0d98c37

Browse files
authored
docs(hermetic_build): fix config field name in readme (#4130)
Fix config field name `requires_billing` listed in README.md.
1 parent 8196b8f commit 0d98c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk-platform-java/hermetic_build/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ They are shared by all GAPICs of a library.
154154
| rest_documentation | No | |
155155
| rpc_documentation | No | |
156156
| cloud_api | No | `true` if not specified |
157-
| requires-billing | No | `true` if not specified |
157+
| requires_billing | No | `true` if not specified |
158158
| 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 |
159159

160160

0 commit comments

Comments
 (0)