From d3c76d6998e05e2367b0eba9752682f61f31e957 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Tue, 24 Jun 2014 11:18:45 +0800 Subject: [PATCH] :memo: Add the presentation link given on HuJS. --- docs/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/README.md b/docs/README.md index 081e278c8cc..e8a587b0308 100644 --- a/docs/README.md +++ b/docs/README.md @@ -40,6 +40,10 @@ Modules for both sides: * [Coding style](development/coding-style.md) * [Source code directory structure](development/source-code-directory-structure.md) * [Technical differences to node-webkit](development/atom-shell-vs-node-webkit.md) +* [How node.js is integrated into atom-shell](atom-shell slides) (slides) ([中文版](atom-shell slides chinese)) * [Build instructions (Mac)](development/build-instructions-mac.md) * [Build instructions (Windows)](development/build-instructions-windows.md) * [Build instructions (Linux)](development/build-instructions-linux.md) + +[atom-shell slides]:https://speakerdeck.com/zcbenz/practice-on-embedding-node-dot-js-into-atom-editor +[atom-shell slides chinese]:http://2014.jsconf.cn/slides/Practice%20on%20embedding%20Node.js%20into%20Atom%20Editor.pdf