From 74f4f594cf79eca344cb23ed5bc2db9694580403 Mon Sep 17 00:00:00 2001 From: Wang Kirin Date: Thu, 30 May 2019 14:27:16 +0800 Subject: [PATCH] fix typos in examples/README.md --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 examples/README.md diff --git a/examples/README.md b/examples/README.md old mode 100644 new mode 100755 index 3eb63527b7..2378ff6ae8 --- a/examples/README.md +++ b/examples/README.md @@ -38,7 +38,7 @@ and the protobuf runtime for the language you want to build. You can simply run "make" to build the example for all languages (except for Go). However, since different language has different installation requirement, -it will likely fail. It's better to follow individual instrutions below to +it will likely fail. It's better to follow individual instructions below to build only the language you are interested in. ### C++