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