From f2940ae2e153e36b64c6b177695d43705024ee18 Mon Sep 17 00:00:00 2001 From: Han Qiao Date: Mon, 1 Dec 2025 18:40:37 +0800 Subject: [PATCH] chore: remove beta installation instructions from npm Removed instructions for installing the beta release of supabase. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 8fb5d7a31..71b140c74 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,6 @@ Available via [NPM](https://www.npmjs.com) as dev dependency. To install: npm i supabase --save-dev ``` -To install the beta release channel: - -```bash -npm i supabase@beta --save-dev -``` - When installing with yarn 4, you need to disable experimental fetch with the following nodejs config. ```