test for code-format parsing

This commit is contained in:
brianc 2011-03-08 04:06:17 +00:00
parent a30673be48
commit 4bfb81ca85

View File

@ -27,7 +27,7 @@ Non-blocking PostgreSQL client for node.js
npm install pg npm install pg
## Example ## Example
```javascript
var pg = require('pg'); var pg = require('pg');
var connectionString = "pg://user:password@host:port/database"; var connectionString = "pg://user:password@host:port/database";
pg.connect(connectionString, function(err, client) { pg.connect(connectionString, function(err, client) {
@ -56,7 +56,7 @@ Non-blocking PostgreSQL client for node.js
}) })
} }
} }
```
### Contributors ### Contributors
Many thanks to the following: Many thanks to the following: