Skip to content

Commit

Permalink
Updated readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jul 24, 2024
1 parent cea5e95 commit 100e28c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Or check out some examples:

## pgx

Import the package:
Import the package

```go
import "github.com/pgvector/pgvector-go"
Expand Down Expand Up @@ -77,7 +77,7 @@ See a [full example](pgx_test.go)

## pg

Import the package:
Import the package

```go
import "github.com/pgvector/pgvector-go"
Expand Down Expand Up @@ -130,7 +130,7 @@ See a [full example](pg_test.go)

## Bun

Import the package:
Import the package

```go
import "github.com/pgvector/pgvector-go"
Expand Down Expand Up @@ -192,7 +192,7 @@ See a [full example](bun_test.go)

## Ent

Import the package:
Import the package

```go
import "github.com/pgvector/pgvector-go"
Expand Down Expand Up @@ -258,7 +258,7 @@ See a [full example](ent_test.go)

## GORM

Import the package:
Import the package

```go
import "github.com/pgvector/pgvector-go"
Expand Down Expand Up @@ -310,7 +310,7 @@ See a [full example](gorm_test.go)

## sqlx

Import the package:
Import the package

```go
import "github.com/pgvector/pgvector-go"
Expand Down

0 comments on commit 100e28c

Please sign in to comment.