commit | 1bbf6f37cc3a8bf1fb4d2111ed367807aa9c464e | [log] [tgz] |
---|---|---|
author | Chenwei Xiao <chanvinxiao@163.com> | Fri Jun 10 06:52:50 2022 +0800 |
committer | GitHub <noreply@github.com> | Thu Jun 09 15:52:50 2022 -0700 |
tree | 6979555f94f7f3987fe724fd84705978f066b705 | |
parent | 2bc5f95fe37b8bc7d4f2018283ea5add076da590 [diff] [blame] |
Correct file extention of README (#10125)
diff --git a/examples/addressbook.proto b/examples/addressbook.proto index 1bff4ad..5f52698 100644 --- a/examples/addressbook.proto +++ b/examples/addressbook.proto
@@ -1,4 +1,4 @@ -// See README.txt for information and build instructions. +// See README.md for information and build instructions. // // Note: START and END tags are used in comments to define sections used in // tutorials. They are not part of the syntax for Protocol Buffers.