From 63d1fad47063a256de002f2c9d8228accac6721d Mon Sep 17 00:00:00 2001 From: Nicolas Kaiser Date: Thu, 24 Oct 2013 15:30:31 +0200 Subject: [PATCH] fix typos in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f400a9fae..ce5e22915 100644 --- a/README.md +++ b/README.md @@ -123,8 +123,8 @@ Android ------- Extract toolchain from NDK using, `make-standalone-toolchain.sh` script. -Optionaly, crosscompile and install OpenSSL inside of it. Then create CMake -toolchain file that configures paths to your crosscompiler (substitude `{PATH}` +Optionally, crosscompile and install OpenSSL inside of it. Then create CMake +toolchain file that configures paths to your crosscompiler (substitute `{PATH}` with full path to the toolchain): SET(CMAKE_SYSTEM_NAME Linux) @@ -166,7 +166,7 @@ Here are the bindings to libgit2 that are currently available: * luagit2 * .NET * libgit2sharp - * libgit2net, low level bindings superceeded by libgit2sharp + * libgit2net, low level bindings superseded by libgit2sharp * Node.js * node-gitteh * nodegit