Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdbrock authored Jun 9, 2023
1 parent c1e4148 commit dbe4d50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ We aim to support binary-encoded protobuf for

Many `syntax = "proto2";` descriptor files will
also work, as long as they don't use `"proto2"` features, especially
[groups](https://protobuf.dev/programming-guides/proto/#groups),
[groups](https://protobuf.dev/programming-guides/proto2/#groups),
which we do not support. We also do not support `"proto2"`
[extensions](https://protobuf.dev/programming-guides/proto/#extensions).
[extensions](https://protobuf.dev/programming-guides/proto2/#extensions).

We do not support
[services](https://protobuf.dev/programming-guides/proto3/#services).
Expand Down

0 comments on commit dbe4d50

Please sign in to comment.