From 89067e08f87723e9e3743116353c5cef9d854b3e Mon Sep 17 00:00:00 2001 From: DeShuai Ma Date: Mon, 25 May 2015 17:34:32 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5a66f89..ab1c821 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -node-echo +node-example ========= - -# 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