From 3d8c1921aadd3299c735dde303039fbb9b1207cc Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 3 Nov 2023 16:15:06 -0700 Subject: [PATCH] Improved upgrading docs - #339 [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bbdf09..86a074d 100644 --- a/README.md +++ b/README.md @@ -627,7 +627,7 @@ pgvector is available on [these providers](https://github.com/pgvector/pgvector/ ## Upgrading -Install the latest version. Then in each database you want to upgrade, run: +[Install](#installation) the latest version (use the same method as the original installation). Then in each database you want to upgrade, run: ```sql ALTER EXTENSION vector UPDATE;