Skip to content

Commit

Permalink
Update content/articles/a-quickstart/hello-world.md
Browse files Browse the repository at this point in the history
Missing space.
  • Loading branch information
beriberikix committed Dec 25, 2012
1 parent d489b26 commit e58d312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/articles/a-quickstart/hello-world.md
Expand Up @@ -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!

<hr>
## Deploy with `jitsu`
Expand Down Expand Up @@ -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)
[meta:title]: <> (Hello World: A Tutorial)

0 comments on commit e58d312

Please sign in to comment.