From 33d1aae842c596a0091f33d516e196a5c16f54c6 Mon Sep 17 00:00:00 2001 From: Ian Tracey Date: Mon, 11 Oct 2021 01:00:12 -0400 Subject: [PATCH] updates readme to install the correct package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a17b385..a3ee50bb 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ We are currently in Public Alpha. Watch "releases" of this repo to get notified Now install the package. (for > Python 3.7) ```bash -pip install supabase-py +pip install supabase ``` #### Local installation