Skip to content

Commit

Permalink
readme tweak: protocol -> protobuf
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 549059493
  • Loading branch information
honglooker authored and copybara-github committed Jul 18, 2023
1 parent 8e210a8 commit 3c3dfe0
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 @@ -14,10 +14,10 @@ This README file contains protobuf installation instructions. To install
protobuf, you need to install the protocol compiler (used to compile .proto
files) and the protobuf runtime for your chosen programming language.

Protocol Compiler Installation
Protobuf Compiler Installation
------------------------------

The protocol compiler is written in C++. If you are using C++, please follow
The protobuf compiler is written in C++. If you are using C++, please follow
the [C++ Installation Instructions](src/README.md) to install protoc along
with the C++ runtime.

Expand Down

0 comments on commit 3c3dfe0

Please sign in to comment.