Skip to content

Commit 8814e02

Browse files
authored
docs(demo): update readme (#523)
1 parent b6c5aeb commit 8814e02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can run the following query to create the `tasks` table in your SQL Editor:
3434
CREATE TABLE tasks (
3535
id SERIAL PRIMARY KEY,
3636
created_at TIMESTAMP WITH TIME ZONE DEFAULT NOW(),
37-
user UUID NOT NULL,
37+
"user" UUID NOT NULL,
3838
title TEXT,
3939
completed BOOLEAN DEFAULT FALSE
4040
);
@@ -43,7 +43,7 @@ CREATE TABLE tasks (
4343
Go to your supabase project settings, API section and get the project API key and url and fill the `.env` with them:
4444

4545
```
46-
SUPABASE_URL="https://example.supabase.com"
46+
SUPABASE_URL="https://example.supabase.co"
4747
SUPABASE_KEY="<your_key>"
4848
```
4949

0 commit comments

Comments
 (0)