Skip to content

Commit b64c700

Browse files
committed
Updated readme [skip ci]
1 parent b039a59 commit b64c700

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
@@ -44,7 +44,7 @@ const res = pg.PQexecParams(conn, "INSERT INTO items (embedding) VALUES ($1), ($
4444
Get the nearest neighbors
4545

4646
```zig
47-
const paramValues = [1:0][*c]const u8{ "[3,1,2]" };
47+
const paramValues = [1:0][*c]const u8{"[3,1,2]"};
4848
const res = pg.PQexecParams(conn, "SELECT * FROM items ORDER BY embedding <-> $1 LIMIT 5", 1, null, &paramValues, null, null, 0);
4949
```
5050

0 commit comments

Comments
 (0)