Skip to content

Commit c2bbdaa

Browse files
authored
Update README.md
1 parent 6116a96 commit c2bbdaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

encoders/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ package com.example.my;
2929
3030
import "google/protobuf/timestamp.proto";
3131
32-
message MyProto {
32+
message SimpleProto {
3333
int32 value = 1;
3434
.google.protobuf.Timestamp time = 2;
3535
}
@@ -93,8 +93,8 @@ Note:
9393
- Only need to specify the "root" proto object, anything it references will automatically be included.
9494
```textproto
9595
# code_gen_cfg.textproto
96-
# proto-file: google3/third_party/firebase/android/encoders/protoc_gen/proto/config.proto
97-
# proto-message: CodeGenConfig
96+
# proto-file: src/main/proto/my.proto
97+
# proto-message: SimpleProto
9898
9999
# all types will be vendored in this package
100100
vendor_package: "com.google"

0 commit comments

Comments
 (0)