aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Sylvain Baubeau <sbaubeau@redhat.com>2016-01-25 21:41:31 +0100
committerGravatar Sylvain Baubeau <sbaubeau@redhat.com>2016-01-25 21:41:31 +0100
commite5ec85e7a5a2651ef9cc3c5d34cda4b3fc52fe9a (patch)
tree4931bd4881ec5377005b19963be928bf2c78c27c /README.md
parent60f7fc51fb01ac98fd64d9372e7547f5ab267ce5 (diff)
Fix typos in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 070d579b..ba9c589d 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Overview
Protocol Buffers (a.k.a., protobuf) are Google's language-neutral,
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
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,
or you are using C++, it's recommended to build your own protoc binary from
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).
Protobuf Runtime Installation