Skip to content

Commit

Permalink
reword
Browse files Browse the repository at this point in the history
  • Loading branch information
tonylukasavage committed Mar 14, 2016
1 parent a4a5dc3 commit 8b80d23
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 @@ -10,7 +10,7 @@ Simple, expressive, Promise-based API for interacting with Postgres built on [no
npm install --save glider
```

## Examples
## Usage

### create a Database object

Expand All @@ -29,7 +29,7 @@ var db = glider({
});
```

### basic query
### basic queries

The mechanics of the basic query is identical to node-postgres, except that instead of providing a callback, `glider` returns a Promise.

Expand Down

0 comments on commit 8b80d23

Please sign in to comment.