Skip to content

Commit 170aa14

Browse files
update README.md
1 parent 3707c1e commit 170aa14

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@ Supabase client for PHP:
1313
- When you creating your supabase table, make sure RLS (Row Level Security) option be [×] disable.
1414
- If RLS are enable [] maybe you getting some errors.
1515

16+
1617
<details>
17-
<summary><h3>
18-
⚠️ Warning
19-
</h3>
18+
<summary><h3> ⚠️ Warning </h3>
2019
</summary>
2120
<p><b><i>
2221
if you push the code to production while Row-Level Security (RLS) is disabled,
2322
it can pose a security threat to your application. To secure your app, please enable Row-Level Security.
24-
Otherwise, write an Object-Oriented PDO connection with PostgreSQL. **
23+
Otherwise, write an Object-Oriented PDO connection with PostgreSQL.
2524
</i>
2625
</b>
2726
</p>

0 commit comments

Comments
 (0)