Correct file extention of README (#10125)

pull/10135/head
Chenwei Xiao 2 years ago committed by GitHub
parent 2bc5f95fe3
commit 1bbf6f37cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/AddPerson.java
  2. 2
      examples/ListPeople.java
  3. 2
      examples/Makefile
  4. 2
      examples/add_person.cc
  5. 2
      examples/add_person.py
  6. 2
      examples/addressbook.proto
  7. 2
      examples/list_people.cc
  8. 2
      examples/list_people.py

@ -1,4 +1,4 @@
// See README.txt for information and build instructions.
// See README.md for information and build instructions.
import com.example.tutorial.protos.AddressBook;
import com.example.tutorial.protos.Person;

@ -1,4 +1,4 @@
// See README.txt for information and build instructions.
// See README.md for information and build instructions.
import com.example.tutorial.protos.AddressBook;
import com.example.tutorial.protos.Person;

@ -1,4 +1,4 @@
# See README.txt.
# See README.md.
.PHONY: all cpp java python clean

@ -1,4 +1,4 @@
// See README.txt for information and build instructions.
// See README.md for information and build instructions.
#include <ctime>
#include <fstream>

@ -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

@ -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.

@ -1,4 +1,4 @@
// See README.txt for information and build instructions.
// See README.md for information and build instructions.
#include <fstream>
#include <google/protobuf/util/time_util.h>

@ -1,6 +1,6 @@
#! /usr/bin/env python
# See README.txt for information and build instructions.
# See README.md for information and build instructions.
from __future__ import print_function
import addressbook_pb2

Loading…
Cancel
Save