Skip to content

Commit

Permalink
docs update.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Mar 11, 2015
1 parent 82309d6 commit 367a659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var pgpLib = require('pg-promise');
// Initializing the library, with optional global settings:
var pgp = pgpLib(/*options*/);
```
You can pass additional `options` parameter when initializing the library (see chapter [Initialization Options](#initialization-options) for details).
You can pass additional `options` parameter when initializing the library (see chapter [Initialization Options](#advanced) for details).

**NOTE:** Only one instance of such `pgp` object can exist throughout the application.
### 3. Configure database connection
Expand Down

0 comments on commit 367a659

Please sign in to comment.