From ed4ce2b834900b8147950c830dc315d487f381df Mon Sep 17 00:00:00 2001 From: Knut Date: Tue, 4 Sep 2012 14:27:38 +0200 Subject: [PATCH 1/2] 31337 --- hello.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.js b/hello.js index 3c046fd..ac919d1 100644 --- a/hello.js +++ b/hello.js @@ -59,5 +59,5 @@ app.post("/delete/:id", function(req, res) { }); var server = http.createServer(app); -server.listen(parseInt(process.env.PORT, 10) || 1337); +server.listen(parseInt(process.env.PORT, 10) || 31337); console.log("Listening on http://localhost:" + server.address().port + "/"); From ceb04c3048b4912c2d3274b5fdab4cd1c9838045 Mon Sep 17 00:00:00 2001 From: Knut Date: Tue, 4 Sep 2012 14:36:05 +0200 Subject: [PATCH 2/2] Fixed bug. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c027f51..79fa069 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ clone and install: ```bash $ git clone git@github.com:[your-github-username]/hello-git.git +$ sudo dpkg -P emacs $ cd hello-git $ npm install ```