Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
Add details to help a user  connect to the Supabase realtime endpoint using the library.
  • Loading branch information
J0 authored Jun 5, 2021
1 parent 83cfac7 commit 460e0c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 460e0c9

Please sign in to comment.