Skip to content

Commit 0f98b1a

Browse files
committed
Touch up CONTRIBUTING
1 parent edcc3ef commit 0f98b1a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,13 @@ If you have already authored a commit that is missing the signed-off, you can am
7070
### Updating generated Protobuf code
7171

7272
All [Protobuf] code is managed using [buf].
73-
The [shebang] at the top of `buf.gen.yaml` contains the [Buf Registry ref] that will be generated.
74-
You can regenerate the code by executing `buf.gen.yaml`:
73+
The `input[].module` at the bottom of `buf.gen.yaml` contains the [Buf Registry ref] that will be generated.
74+
You can regenerate the code by executing:
7575

7676
[Protobuf]: https://developers.google.com/protocol-buffers/
7777
[buf]: https://docs.buf.build/installation
78-
[shebang]: https://en.wikipedia.org/wiki/Shebang_(Unix)
7978
[Buf Registry ref]: https://buf.build/authzed/api/history
8079

8180
```sh
82-
./buf.gen.yaml
81+
buf generate
8382
```

0 commit comments

Comments
 (0)