Browse Source

verify Fixed nodejs' json test

Mike Smith 11 years ago
parent
commit
b8c2623249
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nodejs/hello.js

+ 1 - 1
nodejs/hello.js

@@ -78,7 +78,7 @@ function sequelizeQuery(callback) {
 
 http.createServer(function (req, res) {
   // JSON response object
-  var hello = {message: "Hello, world"};
+  var hello = {message: "Hello, World!"};
   var helloStr = "Hello, World!";
   var path = url.parse(req.url).pathname;