Skip to content

Commit

Permalink
fixing layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Tomilov committed Mar 5, 2015
1 parent 0cfa7de commit 4a09d8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var pgpLib = require('pg-promise');
```
### 2. Configure database connection
Use one of the two ways to specify connection details:
a. Configuration object:
* Configuration object:
```javascript
var cn = {
host: 'localhost', // server name or ip address
Expand All @@ -28,7 +28,7 @@ var cn = {
password: 'user_password'
};
```
b. Connection string:
* Connection string:
```javascript
var cn = "postgres://username:password@host:port/database";
```
Expand Down

0 comments on commit 4a09d8f

Please sign in to comment.