From 100e28c92ddb1e88d46aa35c69fcc823ec728146 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 23 Jul 2024 17:57:29 -0700 Subject: [PATCH] Updated readme [skip ci] --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 39a8bf0..e5e6665 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Or check out some examples: ## pgx -Import the package: +Import the package ```go import "github.com/pgvector/pgvector-go" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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"