From 460e0c97f5f54b0875b9e71b294b2d3c643ca870 Mon Sep 17 00:00:00 2001 From: Lee Yi Jie Joel Date: Sat, 5 Jun 2021 14:56:41 +0800 Subject: [PATCH] chore: update README Add details to help a user connect to the Supabase realtime endpoint using the library. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b509a0..cb18045 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,8 @@ Here's how you could connect to your realtime endpoint using Supabase endpoint. ```python from realtime_py.connection import Socket -SUPABASE_ID = dlzlllxhaakqdmaapvji -API_KEY = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlhdCI6MT +SUPABASE_ID = "dlzlllxhaakqdmaapvji" +API_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlhdCI6MT" def callback1(payload):