Commit e088c2cf authored by Joshua Haberman's avatar Joshua Haberman

Merge pull request #1178 from lebauce/fix-readme-typos

Fix typos in README.md
parents 635ce854 e5ec85e7
...@@ -12,7 +12,7 @@ Overview ...@@ -12,7 +12,7 @@ Overview
Protocol Buffers (a.k.a., protobuf) are Google's language-neutral, Protocol Buffers (a.k.a., protobuf) are Google's language-neutral,
platform-neutral, extensible mechanism for serializing structured data. You platform-neutral, extensible mechanism for serializing structured data. You
can find [protobuf's documentaion on the Google Developers site](https://developers.google.com/protocol-buffers/). can find [protobuf's documentation on the Google Developers site](https://developers.google.com/protocol-buffers/).
This README file contains protobuf installation instructions. To install This README file contains protobuf installation instructions. To install
protobuf, you need to install the protocol compiler (used to compile .proto protobuf, you need to install the protocol compiler (used to compile .proto
...@@ -44,7 +44,7 @@ to use the github master version at HEAD, or you need to modify protobuf code, ...@@ -44,7 +44,7 @@ to use the github master version at HEAD, or you need to modify protobuf code,
or you are using C++, it's recommended to build your own protoc binary from or you are using C++, it's recommended to build your own protoc binary from
source. source.
If you would like to build protoc binary from source, see the [C++ Installaton If you would like to build protoc binary from source, see the [C++ Installation
Instructions](src/README.md). Instructions](src/README.md).
Protobuf Runtime Installation Protobuf Runtime Installation
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment