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.