aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-12-19 11:37:51 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-12-19 11:37:51 -0800
commit177ce8ebf41668281b5065437d290530b5009b49 (patch)
tree1d3fbd570c5ede56102cf4d23edb3b5a451bc903
parentf83532997b8ab16201fd75abb0dc94790a53d26d (diff)
mention tutorial in readme
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index eeb50156..dadbf3a4 100644
--- a/README.markdown
+++ b/README.markdown
@@ -4,7 +4,7 @@ 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).
-Links to **demos**, **FAQ**, etc: <https://github.com/kripken/emscripten/wiki>
+Links to **demos**, **tutorial**, **FAQ**, etc: <https://github.com/kripken/emscripten/wiki>
Main project page: <http://emscripten.org>