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/add_person.py b/examples/add_person.py index aa0fbca..aa53d58 100755 --- a/examples/add_person.py +++ b/examples/add_person.py
@@ -1,6 +1,6 @@ #! /usr/bin/env python -# See README.txt for information and build instructions. +# See README.md for information and build instructions. import addressbook_pb2 import sys