From 29315ccf42c1e38307f4edb4d2056236cede5447 Mon Sep 17 00:00:00 2001 From: Roman Yurchak Date: Mon, 29 Oct 2018 10:22:58 +0100 Subject: [PATCH] DOC Add link to the demo in the readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c199a2529..5565cc9ac 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ When inside a browser, this means Python has full access to the Web APIs. be used standalone in any context where you want to run Python inside a web browser.** -See [the demo](https://iodide.io/pyodide-demo/python.html) +For more information, see [the demo](https://iodide.io/pyodide-demo/python.html) and the +[documentation](https://github.com/iodide-project/pyodide/tree/master/docs). # Building