Skip to content

Commit a1632ec

Browse files
alextesporsager
authored andcommitted
fix README.md code quotes
1 parent 9d7a21d commit a1632ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ Do note that you can often achieve the same result using [`WITH` queries (Common
525525
Like - `postgres('connectionURL', { transformation: {...} })`
526526
527527
### Parameters
528-
* `to`: The function to transform the outgoing query column name to, i.e ``SELECT ${ sql('aName') }` to `SELECT a_name` when using `postgres.toCamel`.
528+
* `to`: The function to transform the outgoing query column name to, i.e `SELECT ${ sql('aName') }` to `SELECT a_name` when using `postgres.toCamel`.
529529
* `from`: The function to transform the incoming query result column name to, see example below.
530530
531531
> Both parameters are optional, if not provided, the default transformation function will be used.

0 commit comments

Comments
 (0)