Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
clarify range insertion in readme introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch authored Jul 30, 2016
1 parent 844b220 commit 3f974c3
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 @@ -28,7 +28,7 @@ client.query("SELECT range FROM table", function (result) {
});
```

Or go the other way:
Or make a query that inserts range objects:

```javascript
var Range = require("pg-range").Range;
Expand Down

0 comments on commit 3f974c3

Please sign in to comment.