aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Xiao <xiaofeng@google.com>2016-01-08 14:22:28 -0800
committerFeng Xiao <xiaofeng@google.com>2016-01-08 14:22:28 -0800
commitedd60c9003019cca8f42ae6801de54d1a9c66ac1 (patch)
tree19e41a2e4172606de80e3afeb536dc2443e9e0ea
parent35683bc1796bb1a4f7709411401fd4fa45582a11 (diff)
parent7d91667e82fac79cab8f959e7a66189b9156546c (diff)
downloadprotobuf-edd60c9003019cca8f42ae6801de54d1a9c66ac1.tar.gz
protobuf-edd60c9003019cca8f42ae6801de54d1a9c66ac1.tar.bz2
protobuf-edd60c9003019cca8f42ae6801de54d1a9c66ac1.zip
Merge pull request #1120 from gitplaneta/master
Update README.md - remove typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index eb57be8a..19723d36 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ To build protobuf from source, the following tools are needed:
On Ubuntu, you can install them with:
- $ sudo apt-get intall autoconf automake libtool curl
+ $ sudo apt-get install autoconf automake libtool curl
On other platforms, please use the corresponding package managing tool to
install them before proceeding.