From 8e5901a653d786225c1fa7677e290d74a00c41e5 Mon Sep 17 00:00:00 2001 From: Muhammad Azeez Date: Sun, 2 Jun 2024 18:23:39 +0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 907289f..dfc1069 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Note**: This is an experimental SDK. ## Getting started -Make sure [`plv8`](https://github.com/plv8/plv8) is installed: +Make sure [`plv8`](https://github.com/plv8/plv8) is installed on your server. Then enable it for your database: ```sql create extension plv8; ```