From 473815d816b7b3f98267eab68673492c742efa9d Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Fri, 4 Mar 2016 22:19:34 +0200 Subject: [PATCH 1/2] Correct a typo - 'identically'. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e80bb5f..80bcd62 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Additional Notes: ### Installing emsdk directly from GitHub -If you want to bootstrap to emsdk development version instead of the stable releases, you can do so by installing emsdk directly from github. Functionally this behaves identical to the Portable SDK. As a prerequisite, you must first manually download and install [Python](https://www.python.org) to bootstrap, and after that, run: +If you want to bootstrap to emsdk development version instead of the stable releases, you can do so by installing emsdk directly from github. Functionally, this behaves identically to the Portable SDK. As a prerequisite, you must first manually download and install [Python](https://www.python.org) to bootstrap, and after that, run: git clone https://github.com/juj/emsdk.git cd emsdk From 296ed7f22f15e063841d294e4b2ff2e5b64f89c3 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Fri, 4 Mar 2016 22:23:15 +0200 Subject: [PATCH 2/2] Fix some grammar and punctuation in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80bcd62..a4d6790 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ The [LLVM Backend](https://github.com/kripken/emscripten/wiki/LLVM-Backend) page Additional Notes: * Python is probably already installed if you are on Linux or OS X. - * Node.js and LLVM should have convenient binaries for your OS, but installing them from source is easy, just compile them in their directories, you don't need to bother with installing them systemwide. + * Node.js and LLVM should have convenient binaries for your OS, but installing them from source is easy: just compile them in their directories; you don't need to bother with installing them system-wide. ### Installing emsdk directly from GitHub