aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 892b36ed..50ac2472 100644
--- a/README.markdown
+++ b/README.markdown
@@ -4,7 +4,8 @@ Emscripten
Emscripten is an LLVM-to-JavaScript compiler. It takes LLVM bitcode - which can be generated from C/C++, using llvm-gcc or clang, or any other language that can be converted into LLVM - and compiles that into JavaScript, which can be run on the web (or anywhere else JavaScript can run).
-See http://emscripten.org for project info, getting started, FAQ, etc.
+Links to **demos**, **FAQ**, etc: https://github.com/kripken/emscripten/wiki
+Main project page: http://emscripten.org
See LICENSE.txt for copyright, redistribution and warranty info.