From 3c3dfe0efa859563e1fdbe51badd0ebf74760ff9 Mon Sep 17 00:00:00 2001 From: Hong Shin Date: Tue, 18 Jul 2023 11:20:42 -0700 Subject: [PATCH] readme tweak: protocol -> protobuf PiperOrigin-RevId: 549059493 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3850b11246..3af2424568 100644 --- a/README.md +++ b/README.md @@ -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.