From d96b83e580e3f329a665860a925435404c430040 Mon Sep 17 00:00:00 2001 From: DeShuai Ma Date: Mon, 25 May 2015 17:51:39 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5961f6e..9aadd20 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -node-example +Nodejs-example ========= In this example, the nodejs server connect to postgresql-db, insert two message into the db and then listen on 8080 port. When user access the nodejs server, the server getback the info from db and send to user.