From 32bc4fe69a72a20b326079de769e91687772a4e9 Mon Sep 17 00:00:00 2001 From: DeShuai Ma Date: Mon, 25 May 2015 17:48:15 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cf84d38..73ad13f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ In this example, the nodejs server connect to postgresql-db, insert two message ========= # Usage this example: +```javascript $ osadm new-project test @@ -33,3 +34,4 @@ Hello, Get data from postgreql : "version": "9.2" } ] +```