From f99de8baa593c40a99b2ca04fc922e0f61020f00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Jyl=C3=A4nki?= Date: Mon, 30 Sep 2013 15:48:06 +0300 Subject: [PATCH] Fix typo in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5783bf..9eeec21 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Emscripten SDK ============== -To make it quick and easy to set up and maintain an Emscripten development environment, the whole Emscripten toolchain is available as a standalone Emscripten SDK. The SDK provides all the required tools, such as Clang, python node.js and Visual Studio integration along with an update mechanism that makes it simple to migrate to newer Emscripten versions as they are released. +To make it quick and easy to set up and maintain an Emscripten development environment, the whole Emscripten toolchain is available as a standalone Emscripten SDK. The SDK provides all the required tools, such as Clang, Python, Node.js and Visual Studio integration along with an update mechanism that makes it simple to migrate to newer Emscripten versions as they are released. Get the SDK -----------