From 8ee7e4eefb0fba3d50d613ce5441ff3da4be958f Mon Sep 17 00:00:00 2001 From: DeShuai Ma Date: Mon, 25 May 2015 17:35:18 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ab1c821..cf84d38 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ node-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. + +========= + # Usage this example: $ osadm new-project test