Skip to content

Commit ed36ac9

Browse files
committed
Updated readme [skip ci]
1 parent 8f78ccf commit ed36ac9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Statement setupStmt = conn.createStatement();
6060
setupStmt.executeUpdate("CREATE EXTENSION IF NOT EXISTS vector");
6161
```
6262

63-
Register the vector type with your connection
63+
Register the types with your connection
6464

6565
```java
6666
PGvector.registerTypes(conn);
@@ -241,7 +241,7 @@ val setupStmt = conn.createStatement()
241241
setupStmt.executeUpdate("CREATE EXTENSION IF NOT EXISTS vector")
242242
```
243243

244-
Register the vector type with your connection
244+
Register the types with your connection
245245

246246
```kotlin
247247
PGvector.registerTypes(conn)
@@ -301,7 +301,7 @@ def setupStmt = conn.createStatement()
301301
setupStmt.executeUpdate("CREATE EXTENSION IF NOT EXISTS vector")
302302
```
303303

304-
Register the vector type with your connection
304+
Register the types with your connection
305305

306306
```groovy
307307
PGvector.registerTypes(conn)
@@ -409,7 +409,7 @@ val setupStmt = conn.createStatement()
409409
setupStmt.executeUpdate("CREATE EXTENSION IF NOT EXISTS vector")
410410
```
411411

412-
Register the vector type with your connection
412+
Register the types with your connection
413413

414414
```scala
415415
PGvector.registerTypes(conn)

0 commit comments

Comments
 (0)