Skip to content

Commit

Permalink
[poke]
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak committed Feb 10, 2011
1 parent 1cc59dc commit 4eddf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Expand Up @@ -3,7 +3,7 @@ var sys = require('sys'),

http.createServer(function (req, res) {
res.writeHead(200, {'Content-Type': 'text/plain'});
res.write('hello, i know nodejitsu.')
res.write('hello, i know nodejitsu!')
res.end();
}).listen(80);

Expand Down

0 comments on commit 4eddf70

Please sign in to comment.