Skip to content

Commit b969594

Browse files
committed
Fix formatting
1 parent f047382 commit b969594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ as the first parameter, and a tuple of values as the second parameter.
131131
The initial example above could be written as:
132132

133133
```typescript
134-
const query = {text: "SELECT 'Hello ' || $1 || '!' AS message"};
134+
const query = { text: "SELECT 'Hello ' || $1 || '!' AS message" };
135135
const result = await client.query<Greeting>(query, ['world']);
136136
```
137137

0 commit comments

Comments
 (0)