From 27c34f9b5e6332dd92d259e97c6ed239ccd8ccc1 Mon Sep 17 00:00:00 2001
From: Ken Geis
Date: Tue, 19 Dec 2023 14:47:48 -0800
Subject: [PATCH] Update index.html
I assume it was a mistake to say "14, 16, and 16." If 15 is not compatible, that should be called out explicitly.
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 79fb439..775516c 100644
--- a/index.html
+++ b/index.html
@@ -102,7 +102,7 @@
PLV8 is a trusted Javascript language extension for PostgreSQL. It can be
used for stored procedures, triggers, etc.
PLV8 works with most versions of Postgres, but works best with 13
and above,
-including 14
, 16
, and 16
.
+including 14
, 15
, and 16
.