Update README.md

This commit is contained in:
DeShuai Ma 2015-05-25 17:48:15 +08:00
parent 8ee7e4eefb
commit 32bc4fe69a

View file

@ -5,6 +5,7 @@ In this example, the nodejs server connect to postgresql-db, insert two message
========= =========
# Usage this example: # Usage this example:
```javascript
$ osadm new-project test $ osadm new-project test
@ -33,3 +34,4 @@ Hello, Get data from postgreql :
"version": "9.2" "version": "9.2"
} }
] ]
```