From a77ddc445a72af501c43838bf851291b36a781bb Mon Sep 17 00:00:00 2001 From: johndmulhausen Date: Mon, 7 Mar 2016 08:26:58 +0000 Subject: [PATCH] Update hellonode.md --- docs/hellonode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hellonode.md b/docs/hellonode.md index 2815ab5dc7..d512af329e 100755 --- a/docs/hellonode.md +++ b/docs/hellonode.md @@ -116,7 +116,7 @@ We recommend using the nano editor but vi and emacs are also available in Cloud From Cloud Shell simply exit the editor and save the server.js file. Since CloudShell has the node executable installed we can now run this simple command : ```shell -nano server.js +node server.js ``` and use the built-in Web [preview feature](https://cloud.google.com/cloud-shell/docs/features#web_preview) of CloudShell to open a new browser tab and proxy a request to the instance you just started on port 8080.