diff --git a/server.js b/server.js index 411ae4d14..6528ad640 100644 --- a/server.js +++ b/server.js @@ -3,6 +3,6 @@ var http = require('http'); http.createServer(function (req, res) { res.writeHead(200, { 'Content-Type': 'text/html' }); - res.end('Hello, world!'); + res.end('Hello, mundo!'); -}).listen(process.env.PORT || 8080); \ No newline at end of file +}).listen(process.env.PORT || 8080);