Skip to content

Commit

Permalink
quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
tonylukasavage committed Mar 14, 2016
1 parent 96683c2 commit 06711ae
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 @@ -29,7 +29,7 @@ npm install --save glider
The `Database` object is the core for most of the API. All you need to do is provide a connection string or [client configuration object](https://github.com/brianc/node-postgres/wiki/Client#parameters), just like in node-postgres with [pg.connect](https://github.com/brianc/node-postgres/wiki/pg#connectstring-connectionstring-function-callback).

```js
var db = glider(postgresql://postgres@localhost:5432/postgres);
var db = glider('postgresql://postgres@localhost:5432/postgres');

// or...

Expand Down

0 comments on commit 06711ae

Please sign in to comment.