Skip to content

Commit

Permalink
docs: update suffix of descriptor in example
Browse files Browse the repository at this point in the history
Cloud Endpoints expects .pb suffix for binary protobuf descriptors.
  • Loading branch information
odsod committed Feb 8, 2021
1 parent 5073418 commit 4f51f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ API Gateway][google-cloud-api-gateway].
# Usage

```bash
$ go run go.einride.tech/api-descriptor-scrubber -f descriptor.bin
$ go run go.einride.tech/api-descriptor-scrubber -f descriptor.pb
```

0 comments on commit 4f51f7c

Please sign in to comment.