From e58d3123256d6d92e8614a1dd820bda89ab7e8fc Mon Sep 17 00:00:00 2001 From: Jonathan Beri Date: Mon, 24 Dec 2012 19:16:30 -0800 Subject: [PATCH] Update content/articles/a-quickstart/hello-world.md Missing space. --- content/articles/a-quickstart/hello-world.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/articles/a-quickstart/hello-world.md b/content/articles/a-quickstart/hello-world.md index f9f3bdb..c594917 100644 --- a/content/articles/a-quickstart/hello-world.md +++ b/content/articles/a-quickstart/hello-world.md @@ -25,7 +25,7 @@ Let's start with a very basic Node.js http server. Create a folder called `myapp }).listen(8080); // the server will listen on port 8080 ``` -That's all the code you'll need for starters. Save your server and get ready todeploy! +That's all the code you'll need for starters. Save your server and get ready to deploy!
## Deploy with `jitsu` @@ -72,4 +72,4 @@ This will create a new application snapshot, generate and/or update project meta Now just open up your favorite browser, and go to `myapp.nodejitsu.com`. If everything has been set up correctly, then you too, are on the path of nodejitsu! -[meta:title]: <> (Hello World: A Tutorial) \ No newline at end of file +[meta:title]: <> (Hello World: A Tutorial)