diff --git a/Working-for-Web-(HTML5).md b/Working-for-Web-(HTML5).md
index 25b6c2f..0e35d21 100644
--- a/Working-for-Web-(HTML5).md
+++ b/Working-for-Web-(HTML5).md
@@ -8,6 +8,7 @@ Download emscripten SDK from [here](http://kripken.github.io/emscripten-site/doc
emsdk update
emsdk list
emsdk install sdk-1.38.8-64bit
+ emsdk activate latest
_NOTE: If a newer precompiled SDK version (newer than sdk-1.38.8-64bit) is available, install new version. Precompiled SDK already includes version of **clang**, **emscripten**, **python**, **java JDK** and **node.js**, so you don't have to install it separately._