From 38178fb3c87dff1f15eacf2ca2f3a8990962dec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dorian=20Mari=C3=A9?= Date: Tue, 6 May 2014 13:04:13 -0300 Subject: [PATCH] Quick-start.md: Emphasis on important concepts of atom-shell --- docs/tutorial/quick-start.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/tutorial/quick-start.md b/docs/tutorial/quick-start.md index 277533718b8..19d56dfb990 100644 --- a/docs/tutorial/quick-start.md +++ b/docs/tutorial/quick-start.md @@ -19,10 +19,9 @@ scripts. The server side JavaScript, is the scrips that run on the node.js runtime, and the client side JavaScript, is the ones that run on user's browser. In atom-shell we have similar concepts, since atom-shell displays GUI by showing -web pages, we would have scripts that run in the web page, and also have scripts -ran by the atom-shell runtime, which created those web pages. Like node.js, we -call the former ones client scripts, and the latter ones browser side -scripts. +web pages, we would have **scripts that run in the web page**, and also have +**scripts ran by the atom-shell runtime**, which created those web pages. +Like node.js, we call them **client scripts**, and **browser scripts**. In traditional node.js applications, communication between server side and client side are usually done by web sockets. In atom-shell, we have provided