Skip to content

Commit

Permalink
fixes documentation of inject call
Browse files Browse the repository at this point in the history
fix: #1
  • Loading branch information
hoegaarden committed Jul 10, 2014
1 parent 2decfe9 commit 282b4b1
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 @@ -17,7 +17,7 @@ Example:
```js
var pg = require('pg');
var pgCamelCase = require('pg-camelcase');
var revertCamelCase = pgCamelCaser(pg);
var revertCamelCase = pgCamelCase.inject(pg);

pg.connect(function(err, client, done){
client.query('select 1 as "some_snake_case"', function(err, res){
Expand Down

0 comments on commit 282b4b1

Please sign in to comment.